A deep dive into git internals.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
git-guts-fs/README.md

294 B

A small library that examines the internal files of a git repo.

It can handle:

  • objects, stored loose or in packs (including ref and offset deltas)
  • the staging index
  • refs
  • reflogs

Compile the cli project (a CLI wrapper around the main library), then run it with --help to get help.