/pygit

Learning by doing git implementation

Primary LanguagePython

pygit

A learning-by-doing project. This is my attempt at writing a git-like tool in python.

Goals

  • Deepdive into how git works, read more project code.
  • Write more python code.

Stuff Implemented So Far