add readme
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -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
|
||||
```
|
||||
|
||||
<hr/>
|
||||
|
||||
Have fun!
|
Reference in New Issue
Block a user