Activity Team/Git FAQ: Difference between revisions

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?===