Skip to content

shellingfordly/rust-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-git

Implement basic git functions

  • git clone
  • git pull
  • git add
  • git commit
  • git push

Configure

configure .env

USER_NAME=your_name
USER_EMAIL=your_email
GITHUB_TOKEN=your_github_token

Run

cargo update
cargo run

About

Implement basic git functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages