Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Activity Team/Git Migration
(view source)
Revision as of 09:18, 15 December 2008
234 bytes added
,
09:18, 15 December 2008
→Import a module from dev.laptop.org
Line 4:
Line 4:
* Log in and create a new project from the projects page.
* Log in and create a new project from the projects page.
* Clone your git module from dev.laptop.org
* Clone your git module from dev.laptop.org
+
* See all the remote branches with:
+
git remote show origin
+
* Check out all the remote branches, e.g.
+
git checkout -b sucrose-0.82 origin/sucrose-0.82
+
git checkout -b update-1 origin/update.1
+
git checkout -b trial-3 origin/trial-3
* Push it to git.sugarlabs.org with something like:
* Push it to git.sugarlabs.org with something like:
Morgs
135
edits