Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Activity Team/Git FAQ
(view source)
Revision as of 14:47, 10 February 2011
108 bytes added
,
14:47, 10 February 2011
m
→How do I update the Tag field in Gitorious?
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?===
RafaelOrtiz
Administrators
704
edits