Skip to content

A cli tool, easy way to 'git init' a new repository.

License

Notifications You must be signed in to change notification settings

WindomZ/gitinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitinit

Build Status License

v0.2.1 status

A cli tool, easy way to git init a new repository.

Features

  • gitinit --init - create an empty Git repository or reinitialize an existing one
  • gitinit --bare - create a bare repository
  • gitinit --origin=REPO - manage origin repository to REPO

Usage

$ 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 version

License

The MIT License

About

A cli tool, easy way to 'git init' a new repository.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published