Skip to content

Commit

Permalink
Adding git to cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgallant committed Jun 1, 2016
1 parent 806f890 commit 4906001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ git log --no-merges --stat --reverse master..

## Pick commits across branches using cherry-pick
```sh
git checkout <branch-name> && cherry-pick <commit-ish>
git checkout <branch-name> && git cherry-pick <commit-ish>
```

## Find out branches containing commit-hash

This comment has been minimized.

Copy link
@dgunnells

dgunnells Jun 4, 2016

Dgunnells

Expand Down

0 comments on commit 4906001

Please sign in to comment.