Development Team/Release: Difference between revisions

Erikos (talk | contribs)
Module release: new upload sources
Erikos (talk | contribs)
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