Changes

Jump to navigation Jump to search
Line 96: Line 96:  
You can create a remote branch like this:
 
You can create a remote branch like this:
   −
  git clone git+ssh://dev.laptop.org/git/sugar
+
  git clone git://git.sugarlabs.org/[component]/mainline.git
 
  cd sugar
 
  cd sugar
 
  git branch sucrose-0.82
 
  git branch sucrose-0.82
Line 103: Line 103:  
And to work on it:
 
And to work on it:
   −
  git clone git+ssh://dev.laptop.org/git/sugar
+
  git clone git://git.sugarlabs.org/[component]/mainline.git
 
  git checkout -b sucrose-0.82 origin/sucrose-0.82
 
  git checkout -b sucrose-0.82 origin/sucrose-0.82
 
  git pull
 
  git pull
3,267

edits

Navigation menu