Git Ignore not working
问题 Here is my scenario. I was on branch A, where I made some changes to certain file on my local working copy. /launcher/file.esb I basically want the following: Ignore the changes made to this file completely. I accomplished this using assume-unchanged Untrack this file from version control, which I tried to accomplish using .gitignore. Preserve the changes to this file on my local working folder as I checkout different branches. A->Develop->B->C etc... It is #3 that I am not able to accomplish