Activity Team/Git FAQ: Difference between revisions

No edit summary
Line 236: Line 236:
  git push --tags
  git push --tags


== How do i list tags ? ==
=== How do I list tags ? ===


  git tag -l  
  git tag -l  


== How do i checkout specific tags? ==
=== How do I checkout specific tags? ===


  git checkout <tag_name>
  git checkout <tag_name>