Git Showing Ignored File Modified

[Solved] Git Showing Ignored File Modified | Shell - Code Explorer | yomemimo.com
Question : git showing ignored file modified

Answered by : thoughtless-tarantula-uvia3jr2iu74

git update-index --assume-unchanged <file>
git rm --cached <file>

Source : https://stackoverflow.com/questions/1818895/keep-ignored-files-out-of-git-status | Last Update : Tue, 15 Jun 21

Answers related to git showing ignored file modified

Code Explorer Popular Question For Shell