Make sure you have your github token with you.
$ cargo run init <username> <token>
Once done, You can start making remote repos
$ cargo run <repo-name> -> public repo
$ cargo run <repo-name> -p -> private repo
$ cargo run <repo-name> -p . -> push the code from current local repo to remote repo