Resolve conflicts: keep pr command (renamed from create-pr)

This commit is contained in:
lyn
2026-04-01 17:08:02 +00:00
parent dc5ce61bf7
commit 2d1d77f57a
3 changed files with 99 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ if [[ $# -eq 0 ]]; then
echo " check-git-cred Verify git credentials"
echo " create-git-account Create a new git account"
echo " create-repo Create a new repository"
echo " pr Pull request operations (create/list/commits/merge)"
echo " pr Pull request operations (create/list/commits/merge/show)"
echo " generate-access-token Generate access token for current user"
echo " link-keycloak Link Keycloak account with Gitea"
echo " repo-add-collaborators Add collaborator to repository"
@@ -37,7 +37,7 @@ case "$subcommand" in
"$SCRIPT_DIR/create-repo" "$@"
;;
pr)
"$SCRIPT_DIR/pr" "$@"
"$SCRIPT_DIR/pr" "$@"
;;
generate-access-token)
"$SCRIPT_DIR/generate-access-token" "$@"