A riff on git: show all changed files between two commits: I want a listing of all files that have been changed between two commits, even if they are now the same (ie, changed a
I'd use; taking the first 8 of the commit hash. If you wanted you could pipe into a file as per the below:
git log 12345678..87654321 > C:\GitChanges.txt