mirror of
https://github.com/cheat/cheat.git
synced 2024-11-14 08:01:09 +01:00
Add cheery-pick to git cheat
This commit is contained in:
parent
c8f0e6295b
commit
5cd5387a47
1 changed files with 4 additions and 0 deletions
|
@ -145,3 +145,7 @@ git checkout -p HEAD^ -- /path/to/file
|
|||
|
||||
# Revert a commit and keep the history of the reverted change as a separate revert commit
|
||||
git revert <commit SHA>
|
||||
|
||||
# Pich a commit from a branch to current branch. This is different than merge as
|
||||
# this just applies a single commit from a branch to current branch
|
||||
git cherry-pick <commit SHA1>
|
||||
|
|
Loading…
Reference in a new issue