Skip to content

Instantly share code, notes, and snippets.

@fijimunkii
Created December 30, 2016 21:16
Show Gist options
  • Save fijimunkii/ceaccab2a5d41d31bc0a488fb816dc18 to your computer and use it in GitHub Desktop.
Save fijimunkii/ceaccab2a5d41d31bc0a488fb816dc18 to your computer and use it in GitHub Desktop.
cherry pick into release
git log # copy the commit number you want
git checkout release
git pull
git cherry-pick commitnumberyoucopied
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment