A cli tool, easy way to git init a new repository.
-  gitinit --init- create an empty Git repository or reinitialize an existing one
-  gitinit --bare- create a bare repository
-  gitinit --origin=REPO- manage origin repository toREPO
$ gitinit -h
  A cli tool, easy way to 'git init' a new repository.
  Usage:
    gitinit (-i|--init) [--origin=REPO]
    gitinit -b|--bare
    gitinit --origin=REPO
    gitinit -h|--help
    gitinit -v|--version
  Options:
    -i --init     create an empty Git repository or reinitialize an existing one
    -b --bare     create a bare repository
    --origin=REPO
                  reset 'origin' repository to 'REPO'
    -h --help     show help message
    -v --version  show versionThe MIT License