Added a read-me.

master
Pacman Ghost 2 years ago
parent 98f694537c
commit 79643104f2
  1. 9
      README.md

@ -0,0 +1,9 @@
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.
Loading…
Cancel
Save