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

25 lines
387 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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