I have a patch file containing the output from git diff
. I want to get a summary of all the files that, according to the patch file, have been added or modified. What command can I use to achieve this?
I have a patch file containing the output from git diff
. I want to get a summary of all the files that, according to the patch file, have been added or modified. What command can I use to achieve this?