Skip to content

Instantly share code, notes, and snippets.

@jstangroome
Created September 27, 2015 00:15
Show Gist options
  • Save jstangroome/3a54951713af199c7030 to your computer and use it in GitHub Desktop.
Save jstangroome/3a54951713af199c7030 to your computer and use it in GitHub Desktop.
See the original format of a git committed file, bypassing text conversion, etc
git cat-file -p $commit_id
git cat-file -p $tree_id
git cat-file -p $sub_tree_id
#git cat-file -p $sub_sub_tree_id
git cat-file blob $blob_id >rawblob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment