Activity Team/Git FAQ: Difference between revisions

Line 87: Line 87:
  git checkout sucrose-0.84
  git checkout sucrose-0.84
  git rebase master
  git rebase master
===How do I push my branch to gitorious?===
Use <code>git push origin <your branch name></code>, e.g.,
git push origin sucrose-0.84
See [[Development_Team/Release#Branching]] for more details as to when and why you branch.


==Patches==
==Patches==