Skip to content

Instantly share code, notes, and snippets.

@lanrion
Created May 30, 2014 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lanrion/9417f47caf8f206b0db8 to your computer and use it in GitHub Desktop.
Save lanrion/9417f47caf8f206b0db8 to your computer and use it in GitHub Desktop.
tag release
http://git-scm.com/book/en/Git-Basics-Tagging
git tag -a v1.5 -m 'my version 1.5'
git push origin v1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment