Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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> ...]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #ignore #file
ADD COMMENT
Topic
Name
3+5 =