clacladev / basic-git-client-rust

This is a basic Git client implementation in Rust. This is a small research project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Git Client in Rust

This is a basic Git client implementation in Rust. This is a small research project.

How to run

  1. Ensure you have cargo (1.54) installed locally
  2. In the terminal run ./your_git.sh command to initialize a git repository or to interact with it.

How to test

Run cargo test to run the tests

About

This is a basic Git client implementation in Rust. This is a small research project.


Languages

Language:Rust 98.3%Language:Shell 1.7%