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!

Comments

Popular posts from this blog

endmenu in different file than menu?

Multi Threading in Android

A binary with debug symbols with the Android NDK