Changes

108 bytes added ,  15:47, 10 February 2011
m
Line 235: Line 235:  
  git tag -m "Release 36" v36 HEAD
 
  git tag -m "Release 36" v36 HEAD
 
  git push --tags
 
  git push --tags
 +
 +
== How do i list tags ? ==
 +
 +
git tag -l
 +
 +
== How do i checkout specific tags? ==
 +
 +
git checkout <tag_name>
    
===How can I get commit access behind firewall?===
 
===How can I get commit access behind firewall?===