I am trying to ignore the changes made to .gitignore file. For achieving this I am using this command git update-index --assume-unchanged bin/.gitignore
on git bash.
When I execute, I see Unable to mark file bin/.gitignore
response on my git bash.
How to solve this and why am I facing this problem?
I tried this link too but didn't help
git update-index --assume-unchanged returns "fatal unable to mark file"