Skip to content

ramizdemiurge/ginit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

You need cargo and rust compiler

sudo apt install cargo rustc -y

Then install:

git clone git@github.com:ramizdemiurge/ginit.git
cd ginit
cargo build
sudo cp target/debug/ginit /bin/ginit
sudo chmod +x /bin/ginit

Usage

USAGE: ginit #initiates git
USAGE: ginit [NAME] [EMAIL] #initiates git and sets name and email

      --help     display this help and exit
      --version  output version information and exit

Example:
  ginit Linus torwalds@email

About

Git tool (Learning Rust)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages