Skip to content

Instantly share code, notes, and snippets.

Created February 3, 2014 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/8787796 to your computer and use it in GitHub Desktop.
Save anonymous/8787796 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