Skip to content

eviweb/gitignore-cli

Repository files navigation

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

About

Command line interface to manage git ignore patterns of the github/gitignore project

Resources

License

Stars

Watchers

Forks

Packages

No packages published