gitinit

Initiates git with gitignore for provided language


Keywords
cli, git
License
GPL-2.0+
Install
pip install gitinit==1.0.8

Documentation

gitinit

Build Status

Initiates an empty git repository with a .gitignore file for the provided language.

Installation

$ [sudo] pip install gitinit

# Or if you want the development version
$ [sudo] pip install -e git+git@github.com:iambibhas/gitinit.git

Usage

# 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

Help

$ gitinit -h

Here is the full list of supported languages.