Skip to content

Instantly share code, notes, and snippets.

@helloanoop
Last active October 25, 2020 16:23
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 helloanoop/9c642b29fd6a0ee6c702cfa73cfb1a6d to your computer and use it in GitHub Desktop.
Save helloanoop/9c642b29fd6a0ee6c702cfa73cfb1a6d to your computer and use it in GitHub Desktop.
Git Plumbing Commands

Git plumbing Commands

Check Object Type

git cat-file -t 47ef

Pretty Print Object Content

git cat-file -p 47ef

Deflate an object

cat .git/objects/47/effa048766b2e21cba813f824f10b5f9474659 | zlib-flate -uncompress;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment