Skip to content

Instantly share code, notes, and snippets.

@li2
Last active March 20, 2018 06:58
Show Gist options
  • Save li2/0bf37153db37527ee4d33c1c6e4e95fb to your computer and use it in GitHub Desktop.
Save li2/0bf37153db37527ee4d33c1c6e4e95fb to your computer and use it in GitHub Desktop.
[gitk : View the details changed history of an individual file using Git versioning] https://goo.gl/NvJUD9 #tags: git

For this I'd use:

gitk [filename]

or to follow filename past renames

gitk --follow [filename]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment