I was updating my fork of a project on git by doing the normal methods i.e
git fetch upstream
git rebase upstream/master
All works fine, I get the most recent updates of the original repo, but when I go to sync it, GitHub(I use the windows client) says that there are merge conflicts, and it appears that some random text has been inserted into the code.
Here is a screenshot to the problem: http://puu.sh/7J8NE.png
This issue pops up randomly time to time, but usually discarding the changes and then syncing seems to work, however this time it didn't, and I'm a bit stumped.
Any help is appreciated.