Update old versions

This commit is contained in:
Lunny Xiao
2024-10-11 00:06:36 -07:00
parent 6fc2decd0c
commit 5f07f6c79a
9 changed files with 18 additions and 9 deletions

View File

@@ -35,7 +35,8 @@ The command has the following structure:
- `title`: The PR title
- `topic`: The branch name the PR should be opened for
- `description`: The PR description
- `force-push`: confirm force update the target branch
- `force-push=true`: Specifies whether to force-update the target branch.
- Note: omitting the value and using just `-o force-push` will not work.
Here's another advanced example for creating a new PR targeting `main` with `topic`, `title`, and `description`: