I tried to "git pull" from a repo, then I get an error saying, pull is not possible because you have unmerged files, but I done a bit of search on the web, "git pull = git fetch + git merge", isn't it?
I used git pull, then I get the following messages
U Assembly-CSharp.pidb
U Assembly-UnityScript.pidb
M Assets/testing.unity
U Library/assetDatabase3
U Temp/Undo55e9beda8401848509d9e3bb5d5fe513
U Temp/Undof0c17c0ba33904b16a1698563ff5302c
U Temp/__EditModeScene
U wiisummoner-csharp.sln
U wiisummoner.sln
Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>'
as appropriate to mark resolution, or use 'git commit -a'.
above is the error message, then I tried "git merge", I get an error " merge is not possible because you have unmerged files". this is so confusing..Anyone know what the problem is? All I want is just pull from repo.