Git implementation from scratch

Python Git Implementation

Implementation of the Git version control system from scratch, written purely in Python.
Check the github repository here: Git Implementation

Implements the following fundamental features of git:

Structure

License

Distributed under the MIT License. See LICENSE.md for more information.

References