Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 377 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 377 Bytes

git-cli

Created a git cli tool which can initialize a repository, add files, and commit files.

Usage

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