I have two local copies of the a project on two different computers (and a remote origin on github)
I just realized I accidentally committed the .project file, which of course, must be different on each machine.
- on computer A, I have computer As .project file
- on computer B, I have computer Bs .project file.
- in github, I think i have computer As .project file.
Computer A has done an update, committed and pushed. Now I want to pull the changes to B, but it wont let me because the local .project file is not committed.
What can I do? If I use tortoise gits "delete (keep local)" feature on computer B, then commit, presumably it will delete .project from the master repo on github, then next time I pull on computer A, I will lose my local .project file and it will break.
any ideas?