git status
# On branch master
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: readme.txt
# modified: requirements.txt
#
no changes added to commit (use "git add" and/or "git commit -a")
我沒有對這些文件做任何更改。當我運行Git奇怪的行爲
git checkout -- readme.txt
git checkout -- requirements.txt
:
git diff
它顯示了整個文件的更新,但我發現即使我嘗試此消息。但內容是一樣的。
我試圖刪除它們並再次結帳,但它沒有奏效。
謝謝。但它應該在我運行checkout命令後工作,對吧? – pocoa 2010-05-21 02:47:45
我已經按照文檔中的描述更改了行尾。它沒有解決問題。 – pocoa 2010-05-21 02:50:43