Diff
Do a 'git status' in the directory you are concerned with. This will give you the list of files that have changed.
Then you can do:
'git diff filename.java > changes.patch'
This creates the patch file!
Then you can do:
'git diff filename.java > changes.patch'
This creates the patch file!
Comments
Post a Comment