Changes

Jump to navigation Jump to search

Git patch

24 bytes added, 19:48, 2 August 2013
=== Create patches ===
Now create your patch, comparing to the master branch
git format-patch master--ignore-if-in-upstream
Now tar and gunzip the files
tar -cvzf fix.patch.tar.gz 00*.patch

Navigation menu