Skip to content

sankantsu/minimal-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimal-git

Python implementation of very small subset of Git

Install

git clone https:/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.

About

Python implementation of very small subset of Git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages