This is my scenario.
I realised I had a filename in the wrong case on my server. So I changed the filename to the right case and it fixed the problem.
On my local machine, I renamed the file in Git and pushed the change.
Back on my server, I have run git pull
and now it's saying:
The following untracked working tree files would be overwritten by merge
Please move or remove them before you can merge
And it lists the file I renamed. I can understand why it's doing this, but I am happy for it to overwrite the file.
What do I need to run so I can finish my git pull
?
Thanks
What can I do so the git pull