Created
May 28, 2012 07:18
-
-
Save TermiT/2817814 to your computer and use it in GitHub Desktop.
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 -t 4966 | |
tree | |
$ git cat-file -p 4966 | |
040000 tree eb85079ce7fd354ffc630f4a8e2991196cb3807f new | |
100644 blob 27703ec79a98c1d097d5b1cd320befffa376e826 test.txt | |
$ git cat-file -t eb85 | |
tree | |
$ git cat-file -p eb85 | |
100644 blob fa49b077972391ad58037050f2a75f74e3671e92 new.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment