Git: Find commits where a specific file was modified 16 October 2017 Robert Amiscaray (0) Problem: Find git commits where a specific file was modified in it.Solution: git fetch origin git fetch --all git log --all -- {path/filename}