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

Remove a .gitignore file

git ignore remove [-g] [<file>]

In its simplest form, this command does... nothing !

Available options

  • -g flag : unset the global registered file by running git config --global --unset core.excludesfile

Parameters

  • <file> : the file to remove, if the file is the global registered gitignore, it implies -g

Clone this wiki locally