ChrisRenfrow / fish-git-ignore

Adds a git alias for the gitignore.io service. Includes completions for the fish shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fish git ignore

Adds an integration with the gitignore.io service in the form of a git alias. Includes completions for the fish shell.

Installation

Warning! The installation uses git config --global alias.ignore which will override an alias with the same name. It also removes the alias on uninstallation.

fisher add daleeidd/fish-git-ignore

Usage

git ignore node sass > .gitignore

or

git ignore node,sass > .gitignore

Commas are supported to match the gitignore.io API.

Support

About

Adds a git alias for the gitignore.io service. Includes completions for the fish shell.

License:GNU Lesser General Public License v3.0


Languages

Language:Shell 100.0%