Git Cherry-pick a Commit
Apply one specific commit from another branch onto the current one.
Applies the changes from a specific commit onto the current branch without merging the entire source branch. Creates a new commit with those changes.
When you need this: When a bug fix is on one branch and you need it on another without merging.
Variables
Command
9 views
0 copies
Related in this category
Log in to save
Free account. Save snippets into your own collections.