git log show the list of changed files code example
Example 1: github show files changed git log
git log --name-only
Example 2: list changed files git
git diff --name-only SHA1 SHA2
git log --name-only
git diff --name-only SHA1 SHA2