This project is an attempt at cloning the git command line tool in Python.
The CLI is built using the Click library. I haven't setup the project as a package yet, so the CLI can be run using the following command:
python -m cli.main <command> <options> <args>
As this is a work in progress, the usage is limited. So far, the following commands are supported:
g init
g add <file>
g add <directory>