我使用的是Git 1.7.4.1。
我想从存储库中获得我的代码的最新版本,但我得到错误:
$ git pull
….
M selenium/ant/build.properties
….
M selenium/scripts/linux/get_latest_updates.sh
M selenium/scripts/windows/start-selenium.bat
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'.
我已经删除了工具抱怨的文件的本地副本,但我仍然得到错误。
如何从远程存储库签出最新版本?