Adding git to `cherry-pick`

This commit is contained in:
Joel Gallant 2016-06-01 10:47:51 -06:00
parent 806f890249
commit 4906001a1d
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ git log --no-merges --stat --reverse master..
## Pick commits across branches using cherry-pick
```sh
git checkout <branch-name> && cherry-pick <commit-ish>
git checkout <branch-name> && git cherry-pick <commit-ish>
```
## Find out branches containing commit-hash