A while ago I did this to ignore changes to a file tracked by git:
git update-index --skip-worktree
Now I actually want to com
Aha! I simply want:
git update-index --no-skip-worktree