We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cherry-pick
1 parent 806f890 commit 4906001Copy full SHA for 4906001
README.md
@@ -278,7 +278,7 @@ git log --no-merges --stat --reverse master..
278
279
## Pick commits across branches using cherry-pick
280
```sh
281
-git checkout <branch-name> && cherry-pick <commit-ish>
+git checkout <branch-name> && git cherry-pick <commit-ish>
282
```
283
284
## Find out branches containing commit-hash
0 commit comments