Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Activity Team/Git FAQ
(view source)
Revision as of 09:10, 17 September 2010
228 bytes added
,
09:10, 17 September 2010
→How do I merge changes from master into a branch?
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==
Walter
Bureaucrats
,
Administrators
10,579
edits