We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cherry-pick
1 parent 4906001 commit 1279208Copy full SHA for 1279208
tips.json
@@ -95,7 +95,7 @@
95
"tip": "git log --no-merges --stat --reverse master.."
96
}, {
97
"title": "Pick commits across branches using cherry-pick",
98
- "tip": "git checkout <branch-name> && cherry-pick <commit-ish>"
+ "tip": "git checkout <branch-name> && git cherry-pick <commit-ish>"
99
100
"title": "Find out branches containing commit-hash",
101
"tip": "git branch -a --contains <commit-ish>",
0 commit comments