Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Development Team/Release
(view source)
Revision as of 11:14, 21 June 2012
168 bytes added
,
11:14, 21 June 2012
add doc for branching off at a specific commit
Line 137:
Line 137:
git branch sucrose-0.84
git branch sucrose-0.84
git push origin sucrose-0.84
git push origin sucrose-0.84
+
+
You can as well branch off at a specific commit:
+
+
git checkout -b [commit id] [branch name]
+
e.g. git checkout -b 1641b9ae0703190df383619202ac33e60c130bb9 sugar-0.96
And to work on it (in your repository):
And to work on it (in your repository):
Erikos
3,267
edits