Diff Get link Facebook X Pinterest Email Other Apps - October 03, 2012 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! Read more