Git Ignore Changes to Tracked File (Draft)

June 20, 2019

https://stackoverflow.com/questions/3319479/can-i-git-commit-a-file-and-ignore-its-content-changes

git update-index --assume-unchanged file.ext

Tags: