Git – How to list only the file names that changed between two Commits/Tags?
List only the file names that changed between two commits or between two tags and shows what operations were done to the files: git diff --name-status SHA1 SHA2 Example Output: A [...]