Creating a patch file - Yoast/wordpress-develop-mirror GitHub Wiki
NB: Always merge master into your branch first.
To create a patch file that is accepted by SVN use the following command:
git diff --no-prefix master..{branch} > {filename}.diff
NB: Always merge master into your branch first.
To create a patch file that is accepted by SVN use the following command:
git diff --no-prefix master..{branch} > {filename}.diff