Skip to content

Instantly share code, notes, and snippets.

@jkpr
Created September 26, 2017 14:01
Show Gist options
  • Save jkpr/172e888b2d600de64e7699e7e80fc41e to your computer and use it in GitHub Desktop.
Save jkpr/172e888b2d600de64e7699e7e80fc41e to your computer and use it in GitHub Desktop.
Git show commits that changed a specific file
git log --follow filename
# https://stackoverflow.com/questions/3701404/list-all-commits-for-a-specific-file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment