Skip to content

Instantly share code, notes, and snippets.

View ddurst's full-sized avatar

David Durst ddurst

View GitHub Profile
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)