Add tracked file to .gitignore
2014-08-15 00:00
1 minute read
git update-index --assume-unchanged <file>

If there’s a remote server, also do:

git rm --cached <file>

Back to posts


comments powered by Disqus