This is a basic Git client implementation in Rust. This is a small research project.
- Ensure you have
cargo (1.54)installed locally - In the terminal run
./your_git.sh commandto initialize a git repository or to interact with it.
Run cargo test to run the tests