I have a file called test_module.c that has some differences that I want to apply to my local working copy.
I tried to create patch file from the remote by doing the
You can use following syntax for creating patch for single file:
git format-patch [commit_hash] [file]