Skip to content

Instantly share code, notes, and snippets.

@iolloyd
Created September 26, 2012 21:04
Show Gist options
  • Save iolloyd/3790579 to your computer and use it in GitHub Desktop.
Save iolloyd/3790579 to your computer and use it in GitHub Desktop.
Shows last file changed in history
git show HEAD|grep diff|awk '{print $3;}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment