Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 997 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 997 Bytes

GIT Ignore CLI

This tool provides a command line interface to manage git ignore patterns of the github/gitignore repository

Before all

The development of those features is grandly inspired by the git-flow project

Installation

  1. clone this repo git clone https://github.com/eviweb/gitignore-cli
  2. change directory to the cloned repo cd gitignore-cli
  3. run sudo make install This will create a symbolic link in your /usr/local/bin directory pointing to ./git-ignore command

Uninstallation

  1. change directory to the cloned repo cd gitignore-cli
  2. run sudo make uninstall This will remove the symbolic link /usr/local/bin/git-ignore

Usage

Please refer to the wiki pages

License

This project is licensed under the terms of the MIT License