Created
September 27, 2015 00:15
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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