I have a major problem. Nothing seems to work.. I'm using TortoiseGIT on windows. I pushed an update to my server, from my localhost.
The update didn’t work on that server so I went into the GIT History, clicked on an older version and ‘Reset the branch to this’, then pushed this older version onto the my server. And then this error showed up..
Parse error: syntax error, unexpected T_SL in /home/path/to/server/files/file.php
on line 4
I have tried to update the file again, but it keeps telling me everything is up-to-date, along with this error:
remote: Please, fix them up in the work tree, and then use ‘git add/rm ‘is not possible
remote: Please, fix them up in the work tree, and then use ‘git add/rm ’ have unmerged
remote: as appropriate to mark resolution, or use ‘git commit -a’.
I have tried to merge files, but it keeps telling me I’m up to date.
Any ideas on this? Anything would help greatly.
Thanks