Skip to content

Instantly share code, notes, and snippets.

@denzhel
Last active January 28, 2021 06:28
Show Gist options
  • Save denzhel/d819e00e553a07d6f961f7000a82dc7b to your computer and use it in GitHub Desktop.
Save denzhel/d819e00e553a07d6f961f7000a82dc7b to your computer and use it in GitHub Desktop.
Show all commits that changed a file

If you want to know when and who changed a specific file in your Github repo:

git log --follow -- <fileName>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment