Activity Team/Git FAQ: Difference between revisions

Line 91: Line 91:


==Misc.==
==Misc.==
=== How do I generate a patch? ===
git diff > blah.patch
or
diff -rup [old] [new]


=== Where do I put the .xo file for my project? ===
=== Where do I put the .xo file for my project? ===