Skip to content

Instantly share code, notes, and snippets.

@curtisault
Last active May 23, 2018 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curtisault/f56579fcbeab885e65205c4dc9c1ffba to your computer and use it in GitHub Desktop.
Save curtisault/f56579fcbeab885e65205c4dc9c1ffba to your computer and use it in GitHub Desktop.
Git Shit
# view commit tree
git log --graph --pretty=oneline --abbrev-commit
#view bad tree object
git cat-file -p <tree-object-ID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment