Skip to content

daybreaktc/mygit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mygit, a Git implementation in rust

usage

Set the git config in main.rs.

Build the mygit binary and add it to your PATH:

$ cargo build

Add it to your PATH.

Finally,initialize a Git repo and create commit:

$ mygit init
$ mygit add
$ mygit rm
$ mygit commit
$ mygit branch
$ mygit checkout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages