Archive | Git
Creating Tag in Git
Dec 13th, 2011No Comments
There are 2 steps to create a tag in Git
Creating Annotated tags
- -a refers to tagname
-m refers to tag message$ git tag -a v1.2 -m 'version 1.2'
as the above command is executed the tag will be created in you local system .
- You need to push the tag to Git project repository
$ git push --tags
Creating a Simple tag
-
$ git tag tagname
Yep.... I couldn't have said it better myself......
Yep.... I couldn't have said it better myself......
Yahoo results... While searching Yahoo I found this page in the results and I didn't think
Nice Focus.... I really like the direction you've decided to take this blog....