mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:53:50 +02:00
git-cherry-pick: add page (#1196)
This commit is contained in:
parent
f03fc25aae
commit
34c8b016ad
1 changed files with 8 additions and 0 deletions
8
pages/common/git-cherry-pick.md
Normal file
8
pages/common/git-cherry-pick.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# git cherry-pick
|
||||||
|
|
||||||
|
> Apply the changes introduced by some existing commits to the current branch.
|
||||||
|
> To apply changes to another branch, first use git-checkout to switch to the desired branch.
|
||||||
|
|
||||||
|
- Apply commit to current branch:
|
||||||
|
|
||||||
|
`git cherry-pick {{commit_hash}}`
|
Loading…
Add table
Reference in a new issue