From 043b037ceffb3c4584ba06891c624244387ecd3d Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 18 Mar 2019 20:07:31 +0100 Subject: [PATCH] add readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6fe2a82 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# mg + +An implementation fo some of Git’s functionality, written in Python. It’s based +on [this blog](https://wyag.thb.lt/), but it’s rewritten extensively. + +It’s 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!