Changes

Jump to navigation Jump to search
Line 6: Line 6:  
* See all the remote branches with:
 
* See all the remote branches with:
 
  git remote show origin
 
  git remote show origin
* Check out all the remote branches, e.g.
+
* Check out the remote branches you want to migrate, e.g.
 
  git checkout -b sucrose-0.82 origin/sucrose-0.82
 
  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:
  
135

edits

Navigation menu