Created a git cli tool which can initialize a repository, add files, and commit files.
- Clone this repository
git clone https://github.com/henryboisdequin/git-cli.git
- Initialize a gitcli repository
cargo run init
- Add the files you would like to add
cargo run add <files>
- Commit the files
cargo run commit