This tool provides a command line interface to manage git ignore patterns of the github/gitignore repository
The development of those features is grandly inspired by the git-flow project
- clone this repo
git clone https://github.com/eviweb/gitignore-cli
- change directory to the cloned repo
cd gitignore-cli
- run
sudo make install
This will create a symbolic link in your/usr/local/bin
directory pointing to./git-ignore
command
- change directory to the cloned repo
cd gitignore-cli
- run
sudo make uninstall
This will remove the symbolic link/usr/local/bin/git-ignore
Please refer to the wiki pages
This project is licensed under the terms of the MIT License