Python implementation of very small subset of Git
git clone https://github.com/sankantsu/minimal-git.git
pip install ./minimal-git
min-git <subcommand> <args of subcommand>...
you can use these subcommands (with limited options)
- hash-object
- cat-file
- ls-files
- read-tree
- write-tree
- update-index
- commit-tree
This software is released under the MIT License, see LICENSE.