1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-01 01:41:06 +00:00

Adding git to cherry-pick

This commit is contained in:
Joel Gallant 2016-06-01 10:47:51 -06:00
parent 806f890249
commit 4906001a1d

View File

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