File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -90,18 +90,18 @@ Options
9090
9191::
9292
93- -- dry-run Dry Run Mode. Prints out the commands, but not executed.
94- -- pr-remote REMOTE Specify the git remote to push into. Default is 'origin'.
95- -- status Do `git status` in cpython directory.
93+ --dry-run Dry Run Mode. Prints out the commands, but not executed.
94+ --pr-remote REMOTE Specify the git remote to push into. Default is 'origin'.
95+ --status Do `git status` in cpython directory.
9696
9797
9898Additional options::
9999
100- -- abort Abort current cherry-pick and clean up branch
101- -- continue Continue cherry-pick, push, and clean up branch
102- -- no-push Changes won't be pushed to remote
103- -- config-path Path to config file
104- (`.cherry_picker.toml` from project root by default)
100+ --abort Abort current cherry-pick and clean up branch
101+ --continue Continue cherry-pick, push, and clean up branch
102+ --no-push Changes won't be pushed to remote
103+ --config-path Path to config file
104+ (`.cherry_picker.toml` from project root by default)
105105
106106
107107Configuration file example::
You can’t perform that action at this time.
0 commit comments