-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
git cherry-pickgit cherry-pickgit cherry-pick
Description
git cherry-pick
cherry-pick
$ git cherry-pick -h
usage: git cherry-pick [<options>] <commit-ish>...
or: git cherry-pick <subcommand>
--quit end revert or cherry-pick sequence
--continue resume revert or cherry-pick sequence
--abort cancel revert or cherry-pick sequence
--skip skip current commit and continue
--cleanup <mode> how to strip spaces and #comments from message
-n, --no-commit don't automatically commit
-e, --edit edit the commit message
-s, --signoff add a Signed-off-by trailer
-m, --mainline <parent-number>
select mainline parent
--rerere-autoupdate update the index with reused conflict resolution if possible
--strategy <strategy>
merge strategy
-X, --strategy-option <option>
option for merge strategy
-S, --gpg-sign[=<key-id>]
GPG sign commit
-x append commit name
--ff allow fast-forward
--allow-empty preserve initially empty commits
--allow-empty-message
allow commits with empty messages
--keep-redundant-commits
keep redundant, empty commits
$ git cherry pick -h
git cherry pick -h
usage: git cherry [-v] [<upstream> [<head> [<limit>]]]
--abbrev[=<n>] use <n> digits to display object names
-v, --verbose be verbose
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
git cherry-pickgit cherry-pickgit cherry-pick