Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created November 26, 2013 11:17
Show Gist options
  • Save pbrewczynski/7656776 to your computer and use it in GitHub Desktop.
Save pbrewczynski/7656776 to your computer and use it in GitHub Desktop.
pawel@debian:~/gitFromBottomUp$ find .git/objects -type f
.git/objects/af/5626b4a114abcb82d63db7c8082c3c4756e51b
.git/objects/47/78adb7ec4957eee9a1ad28dd878e22ab0830f1
.git/objects/05/63f77d884e4f79ce95117e2d686d7d6e282887
pawel@debian:~/gitFromBottomUp$ git cat-file -t af5626b4
blob
pawel@debian:~/gitFromBottomUp$ git cat-file -t 4778adb7
commit
pawel@debian:~/gitFromBottomUp$ git cat-file -t 0563f77d
tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment