Skip to content

Instantly share code, notes, and snippets.

@pauldonnelly
Created October 24, 2014 11:16
Show Gist options
  • Save pauldonnelly/a53e3898513db9543d78 to your computer and use it in GitHub Desktop.
Save pauldonnelly/a53e3898513db9543d78 to your computer and use it in GitHub Desktop.
Git Tagging
git tag -am "Some Notes" 1.0
git push origin master 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment