diff --git a/README.md b/README.md index c75ad48..7046962 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ git log --no-merges --stat --reverse master.. ## Pick commits across branches using cherry-pick ```sh -git checkout && cherry-pick +git checkout && git cherry-pick ``` ## Find out branches containing commit-hash diff --git a/tips.json b/tips.json index df23a19..755eb1c 100644 --- a/tips.json +++ b/tips.json @@ -95,7 +95,7 @@ "tip": "git log --no-merges --stat --reverse master.." }, { "title": "Pick commits across branches using cherry-pick", - "tip": "git checkout && cherry-pick " + "tip": "git checkout && git cherry-pick " }, { "title": "Find out branches containing commit-hash", "tip": "git branch -a --contains ",