Skip to content
eviweb edited this page May 8, 2013 · 20 revisions

Foreword

As specified in the README file, the architecture of this project is grandly inspired by the git-flow project

How to use

To run a command run git ignore COMMAND [OPTIONS], where COMMAND is one of the commands described below and OPTIONS are the command related options.
This tool provides the following commands :

  • help : displays the help message
  • version : displays the tool version
  • update : updates the tool and its submodules to their last up to date version
  • list : lists all available ignore patterns
  • create : creates a git ignore file
  • remove : removes a git ignore file
  • add : adds ignore patterns to an existing ignore file
  • delete : deletes ignore patterns from an existing ignore file
Clone this wiki locally