Created
July 25, 2018 00:14
-
-
Save DharmendraRathor/fcf7b25e293bdb50b62ecba380367657 to your computer and use it in GitHub Desktop.
Get Cherry picking commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git Cherry Picking | |
if you have to cherry pick commit from one branch to another in Git repository with Commit id. | |
git cherry-pick <commit-id> | |
eg git cherry-pick ...31ff5e..... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment