git lot files committed by specific message in commit code example
Example 1: github show files changed git log
git log --name-only
Example 2: git commit
git commit -a -m "The Commit message"
git log --name-only
git commit -a -m "The Commit message"