Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cheeming/169202 to your computer and use it in GitHub Desktop.
Save cheeming/169202 to your computer and use it in GitHub Desktop.
GUIDS=`ls -lth ../.git/objects/*/* | head -n15 | sed 's/^.*objects.//' | sed 's/\///'`; for GUID in $GUIDS; do echo $GUID; git cat-file -t $GUID; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment