Git: How to ignore changes in versioned file

Post date: Jul 06, 2012 10:2:34 AM

If you want to ignore changes in file, which is already versioned, try this:

git update-index --skip-worktree <filename>