ugit - learn git internals by building your own git in Python

μgit (ugit) is a small implementation of a Git-like version control system (VCS). It's top goal is simplicity and educational value. ugit is implemented in small incremental steps, with each step explained in detail. Hopefully you will be able to read the small steps (explanation and code) and slowly build a complete picture of the internals.

This tutorial organized as a series of code changes, each change contains an explanation and the diff of the change.

Visit ugit