Skip to content

Instantly share code, notes, and snippets.

@abraithwaite
Created January 8, 2016 22:30
Show Gist options
  • Save abraithwaite/fa7eee6a90a148a8fbaf to your computer and use it in GitHub Desktop.
Save abraithwaite/fa7eee6a90a148a8fbaf to your computer and use it in GitHub Desktop.
When you're too lazy to switch branches to read that file.
#!/bin/sh
git ls-tree -r $1 | grep $2 | awk '{print $3}' | xargs git cat-file blob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment