From 4906001a1deee2356cea0b94ece092d3e7f2fe07 Mon Sep 17 00:00:00 2001 From: Joel Gallant Date: Wed, 1 Jun 2016 10:47:51 -0600 Subject: [PATCH] Adding git to `cherry-pick` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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