Skip to content

Instantly share code, notes, and snippets.

@jbalogh
Created April 1, 2010 18:09
Show Gist options
  • Save jbalogh/352162 to your computer and use it in GitHub Desktop.
Save jbalogh/352162 to your computer and use it in GitHub Desktop.
# Creating a new release branch off the 5.8.1 tag,
# with a single new patch picked from master.
git checkout -b 5.8.2 5.8.1
git cherry-pick 045337ecff
git tag 5.8.2 HEAD
git push origin --tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment