Skip to content
eviweb edited this page Mar 23, 2021 · 3 revisions

Open an existing git ignore file with the default editor

git ignore edit <file>

Use the $EDITOR environment variable.

Parameters

  • <file> : the .gitignore file to edit

If no default editor is set, then vi is the fallback one.

Clone this wiki locally