Skip to content

Commit 1279208

Browse files
committed
Adding git to cherry-pick
1 parent 4906001 commit 1279208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tips.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"tip": "git log --no-merges --stat --reverse master.."
9696
}, {
9797
"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>"
9999
}, {
100100
"title": "Find out branches containing commit-hash",
101101
"tip": "git branch -a --contains <commit-ish>",

0 commit comments

Comments
 (0)