We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###Open an existing git ignore file with the default editor git ignore edit <file>
git ignore edit <file>
Use the $EDITOR environment variable.
$EDITOR
###Parameters
`<file>` : the .gitignore file to edit
If no default editor is set, then vi is the fallback one.
vi