My implementation of git made using Python
commands working so far :
- init
- hash-object
- cat-file
- write-tree
- read-tree
- commit
- checkout
I shall update the readme as I add features :)
$ git clone git@github.com:acmpesuecc/myGit.git
$ cd myGit
$ pip install --editable .
$ mygit --help
We welcome contributions! Please see CONTRIBUTING.md for guidelines on how to contribute to this project.
This project is licensed under the GNU GPL v3 License. See the LICENSE file for more details.