add readme

This commit is contained in:
2019-03-18 20:07:31 +01:00
parent 6d5398a35c
commit 043b037cef

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# mg
An implementation fo some of Gits functionality, written in Python. Its based
on [this blog](https://wyag.thb.lt/), 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
```
<hr/>
Have fun!