From within codelite's root source directory:
Code: Select all
git diff > my.patch
Use the 'diff' utility:
Code: Select all
diff -uNr path-orig path-mine > my.patch
Eran
Code: Select all
git diff > my.patch
Code: Select all
diff -uNr path-orig path-mine > my.patch