-
Add the
2
suffix to theProject
folder containing the patch changes. -
Copy the folders beside each other, open terminal.
-
Navigate to the folder that contains them both.
-
Create patch file there.
diff -ur --new-file --exclude='.git' Project Project2 > my.patch
Using
--new-file
will add / remove any file changes.
-
Open up Sourcetree, click patch, select patch file.
-
Strip 1 (if needed), Click Apply, Sourcetree will figure out the rest.