Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 490 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 490 Bytes

SUBCOMMANDS:

help       How to use 
init       Initialize before usage
add        Staging
commit     Commit
log        Commits info

// below is not implemented yet
diff         Show changed mades
switch       Revert to old commits
branch       show branches
branch <b>   new branch 
checkout <b> switch branch

Usage

  1. clone repo
  2. cargo build
  3. binary file in: target/debug/git-rust.exe
  4. ./git-rust.exe init to started using