我對git還是很陌生,想要弄清楚一切是如何工作的。所以這是我的情況:我一直在我的筆記本電腦上開發一個Java項目。推到git存儲庫,並將其拉到另一臺機器上。進行了一些更改並推送到存儲庫。現在我想把我目前的工作放到我的筆記本電腦上,但它說我不能,因爲我有沒有合併的文件。不能因爲沒有合併的文件而拉混淆
Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>'
請幫忙解決這個問題。謝謝。
$ git status
on branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
You have unmerged paths.
(fix conflicts and run "git commit")
您是使用命令行還是GUI工具?如果命令行,請發佈'git status'的輸出。 – 2014-11-05 04:36:23
因此,您並不在乎您嘗試合併時的任何本地更改?你很高興用遠程覆蓋你的本地東西? – 2014-11-05 04:36:27
@Simon是的。我只想更新(覆蓋)遠程分支上的所有內容。 – JOH 2014-11-05 04:42:23