Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 719 Bytes

readme.md

File metadata and controls

28 lines (17 loc) · 719 Bytes

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 install 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