Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 505 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 505 Bytes

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