Development Team/Release: Difference between revisions

Marcopg (talk | contribs)
Marcopg (talk | contribs)
Line 71: Line 71:
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+ssh://dev.laptop.org/git/sugar
cd sugar
cd sugar
git branch sucrose-0.82
git branch sucrose-0.82
git push origin sucrose-0.82
git push origin sucrose-0.82
}}}


And to work on it:
And to work on it:


{{{
git clone git+ssh://dev.laptop.org/git/sugar
git clone git+ssh://dev.laptop.org/git/sugar
git checkout --track -b sucrose-0.82 origin/sucrose-0.82
git checkout --track -b sucrose-0.82 origin/sucrose-0.82
git pull
git pull
}}}


== Roadmap ==
== Roadmap ==