How To Avoid Some Files Changes To Not Come In

[Solved] How To Avoid Some Files Changes To Not Come In | Shell - Code Explorer | yomemimo.com
Question : how to avoid some files changes to not come in git status

Answered by : joyous-jellyfish-y7rcd059j0bk

git rm --cached <file>

Source : https://stackoverflow.com/questions/1818895/keep-ignored-files-out-of-git-status | Last Update : Thu, 11 Jun 20

Question : how to avoid some files changes to not come in git status

Answered by : joyous-jellyfish-y7rcd059j0bk

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

Source : https://stackoverflow.com/questions/1818895/keep-ignored-files-out-of-git-status | Last Update : Thu, 11 Jun 20

Answers related to how to avoid some files changes to not come in git status

Code Explorer Popular Question For Shell