Get the Files that Changed Between Git Commits in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• Type git log --oneline and press the return key to get the commits as single lines.
image

• Type git diff < old commit >..< new commit > --name-only and press the return key to get the files that changed between the commits.
image

⚠️ **GitHub.com Fallback** ⚠️