Initiates an empty git repository with a .gitignore
file for the provided language.
$ [sudo] pip install gitinit
# Or if you want the development version
$ [sudo] pip install -e [email protected]:iambibhas/gitinit.git
# if you already have it installed, upgrade
$ sudo pip install --upgrade gitinit
# initiates with a generic .gitignore file
$ gitinit
# initiates a Haskell .gitignore file
$ gitinit -l haskell
# See a list of languages supported
$ gitinit -L
$ gitinit -h
Here is the full list of supported languages.