Files
mg/README.md
2019-03-18 20:07:31 +01:00

387 B
Raw Blame History

mg

An implementation fo some of Gits functionality, written in Python. Its based on this blog, but its rewritten extensively.

Its a WIP, but a bunch of things already work.

Usage

If you want to try it out, you can try:

python main.py log

A full list of commands can be obtained by writing:

python main.py

Have fun!