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 20:31, 13 August 2009
57 bytes removed
,
20:31, 13 August 2009
no edit summary
Line 106:
Line 106:
git checkout sucrose-0.84
git checkout sucrose-0.84
git rebase master
git rebase master
+
+
=== How do I generate a patch? ===
+
git diff > blah.patch
+
:or
+
diff -rup [old] [new]
+
+
It is preferable that you generate your patch from the root directory of your project.
===How do I send a patch to the developers?===
===How do I send a patch to the developers?===
−
git add YOURFILE
−
git commit -m 'add YOURFILE' YOURFILE
git format-patch HEAD^
git format-patch HEAD^
git send-email --to=sugar-devel@lists.sugarlabs.org 0001*.patch
git send-email --to=sugar-devel@lists.sugarlabs.org 0001*.patch
Line 119:
Line 124:
==Misc.==
==Misc.==
−
−
=== How do I generate a patch? ===
−
git diff > blah.patch
−
:or
−
diff -rup [old] [new]
−
−
It is preferable that you generate your patch from the root directory of your project.
=== Where do I put the .xo file for my project? ===
=== Where do I put the .xo file for my project? ===
Walter
Bureaucrats
,
Administrators
10,579
edits