I am using git inside a project. The project contains a file which contains some configuration specific to the local machine of each developer.
Git already has a version of this file.
I have the updated copy of that file as per my need and now I do not want to change the content of this file by any pull
/push
/checkout
, merge
.
I can not do git remove to that file and move it to outside the project . So this can not solve my problem