Answers for "ignore changes to a file a git"

0

git ignore changes to file

git update-index --assume-unchanged [<file> ...]

## To undo and start tracking again (if you forgot what files were untracked):
git update-index --no-assume-unchanged [<file> ...]
Posted by: Guest on October-31-2021

Code answers related to "ignore changes to a file a git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language