Skip to content

Instantly share code, notes, and snippets.

@ddurst
Forked from anonymous/gist:8787796
Created January 19, 2016 18:34
Show Gist options
  • Save ddurst/a42cb1240f40129e949f to your computer and use it in GitHub Desktop.
Save ddurst/a42cb1240f40129e949f to your computer and use it in GitHub Desktop.
git co YYYY.MM.DD
git cherry-pick 91ADE391somehash
git tag YYYY.MM.DD-2 # The -2 is an incrementing number for each tag you need. Hopefully not many!
git push --tags # (this command might be different depending on how you have your origin, etc. set up)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment