Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 451 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 451 Bytes

minimal-git

Python implementation of very small subset of Git

Install

git clone https://github.com/sankantsu/minimal-git.git
pip install ./minimal-git

Usage

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

License

This software is released under the MIT License, see LICENSE.