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

@@ -52,6 +52,8 @@ Manage pull requests on git.hangman-lab.top.
{baseDir}/scripts/git-ctrl pr list <repo-local-path>
{baseDir}/scripts/git-ctrl pr commits <repo-local-path> <pr-index>
{baseDir}/scripts/git-ctrl pr merge <repo-local-path> <pr-index> <do> [commit-id] [title] [message]
{baseDir}/scripts/git-ctrl pr show <repo-local-path> <pr-index>
```
```
> **Note**: The access token will be automatically generated if not found.