Howto: create a tag in git and have it show up in GitHub
First, create the tag:
git tag 1.0 -a
Next, push your tag to the remote repository:
git push --tags
First, create the tag:
git tag 1.0 -a
Next, push your tag to the remote repository:
git push --tags
Comments
by James on 2009-01-21 22:20:24
by Guide of Vietnam on 2011-10-17 12:50:49
by Simson on 2012-05-22 18:33:10