Skip to content

khuongduy354/git.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages