Skip to content

Instantly share code, notes, and snippets.

@hukl
Created August 26, 2011 14:57
Show Gist options
  • Save hukl/1173593 to your computer and use it in GitHub Desktop.
Save hukl/1173593 to your computer and use it in GitHub Desktop.
Get revision when a given file was last modified
git log --pretty=format:%H file | head -n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment