git-cherry-pick: add example (#23194)

This commit is contained in:
Managor
2026-07-15 12:32:01 +03:00
committed by GitHub
parent 34ffb49339
commit 62ccff865b
+4
View File
@@ -19,3 +19,7 @@
- Add the changes of a commit to the working directory, without creating a commit:
`git cherry-pick {{[-n|--no-commit]}} {{commit}}`
- Append a line to the commit message to indicate that the commit was cherry-picked:
`git cherry-pick -x {{commit}}`