Pages

Your Ad Here

This Blog is not to read or go through

because, I have never been such a mess


Search the blog instead

Sunday, March 18, 2012

Git tags to Github

$ git tag -a TAGNAME
# -a means to annotate a tag with some description.

$ git push --tags
# push the local tags

To know more
http://gitref.org/branching/#tag

No comments:

Your Ad Here