Activity Team/Git FAQ: Difference between revisions

Line 277: Line 277:


  git checkout <tag_name>
  git checkout <tag_name>
=== How do I delete specific tags? ===
git tag -d <tag_name>
git push origin :refs/tags/<tag_name>


===How can I get commit access behind firewall?===
===How can I get commit access behind firewall?===