File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ git log --no-merges --stat --reverse master..
278
278
279
279
## Pick commits across branches using cherry-pick
280
280
``` sh
281
- git checkout < branch-name> && cherry-pick < commit-ish>
281
+ git checkout < branch-name> && git cherry-pick < commit-ish>
282
282
```
283
283
284
284
## Find out branches containing commit-hash
Original file line number Diff line number Diff line change 95
95
"tip" : " git log --no-merges --stat --reverse master.."
96
96
}, {
97
97
"title" : " Pick commits across branches using cherry-pick" ,
98
- "tip" : " git checkout <branch-name> && cherry-pick <commit-ish>"
98
+ "tip" : " git checkout <branch-name> && git cherry-pick <commit-ish>"
99
99
}, {
100
100
"title" : " Find out branches containing commit-hash" ,
101
101
"tip" : " git branch -a --contains <commit-ish>" ,
You can’t perform that action at this time.
0 commit comments