Activity Team/Git FAQ: Difference between revisions

Line 89: Line 89:
  git rebase master
  git rebase master


===How do I push my branch to gitorious?===
===How do I push my branch to github?===


Use <code>git push origin <your branch name></code>, e.g.,
Use <code>git push origin <your branch name></code>, e.g.,