Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 465 Bytes

File metadata and controls

16 lines (10 loc) · 465 Bytes

A Version control

Examples in examples.md (link).

Running:

All the commands are run via main.py that handles the input. I have setup a alis in zsh for main.py for better convenience.

I am curenlty on python version 3.11 (as of now latest version) and the code may not work on lower version mainly due to some typings.

alias vc='python3 /path/to/main.py'

All commands in examples.md are using this alias.