I have certain files that I rarely want new versions committed on but change often due to IDE settings.
git update-index --assume-unchanged meta.xml
Is it possible to forcibly git add meta.xml
without having to apply no-assume-unchanged
first?