Skip to content

Commit 4906001

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ git log --no-merges --stat --reverse master..
278278

279279
## Pick commits across branches using cherry-pick
280280
```sh
281-
git checkout <branch-name> && cherry-pick <commit-ish>
281+
git checkout <branch-name> && git cherry-pick <commit-ish>
282282
```
283283

284284
## Find out branches containing commit-hash

0 commit comments

Comments
 (0)