21 Jan 2009

First, create the tag:

git tag 1.0 -a

Next, push your tag to the remote repository:

git push --tags

Add Your Comment

Spam Protection by WP-SpamFree

Howto: create a tag in git and have it show up in GitHub

  1. For those of use who have managed to get by with commit messages (and github full text search of messages) why else would we want tags?

    James
  2. Thanks Aral

    Guide of Vietnam