Created
May 30, 2014 02:33
-
-
Save lanrion/9417f47caf8f206b0db8 to your computer and use it in GitHub Desktop.
tag release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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