Files
mg/README.md
2019-03-18 22:41:57 +01:00

387 B
Raw Permalink Blame History

mg

An implementation of 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!