When I do git status now, I get this as part of the results
# both modified: BusinessPlan.xcodeproj/project.pbxproj
This is kind of an important file because Apple's xCode uses it to open the whole project. I am not even sure it should be in git. Should it?
How can I resolve this? Should this file not be committed? I think I might have gotten changes from other developers. How can I clean it up and what is the way to work with this kind of a file long-term?
Thanks!