to reset the "assume unchanged" file bit, run this CLI command
git update-index --no-assume-unchanged <file>
Source: https://stackoverflow.com/questions/17195861/undo-a-git-update-index-assume-unchanged-file
- Log in to post comments
to reset the "assume unchanged" file bit, run this CLI command
git update-index --no-assume-unchanged <file>
Source: https://stackoverflow.com/questions/17195861/undo-a-git-update-index-assume-unchanged-file
Copyright 2018· All rights reserved