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

Refresh some already set ignore patterns in an existing ignore file

git ignore refresh <file> <pattern1>[,<pattern2>,...]

Refreshes one or more patterns from the specified .gitignore

Parameters

  • <file> : the .gitignore file to treat
  • <pattern1>[,<pattern2>,...] : comma separated list of pattern names to refresh

pattern names are the ones listed using git ignore list command and are case sensitive.

This can only refresh patterns added by this tool !!!

Clone this wiki locally