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 16:46, 3 May 2010
206 bytes added
,
16:46, 3 May 2010
→As a maintainer, how do I merge a patch?
Line 103:
Line 103:
git pull git://git.sugarlabs.org/myproject/myproject-clone.git master
git pull git://git.sugarlabs.org/myproject/myproject-clone.git master
+
+
=== How do I send a patch to a maintainer? ===
+
+
An easy way to send a complete patch is to commit in git, then do:
+
+
git format-patch -s -1
+
git send-email --to <maintainer> --cc <mailing-list> <filename>
===How do I select which branch I am working on?===
===How do I select which branch I am working on?===
Walter
Bureaucrats
,
Administrators
10,579
edits