1
我添加了兩個子模塊到我的VIM庫,並通過git status命令總是輸出這樣的:Git的子模塊和狀態隊列
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: bundle/snipmate
modified: bundle/yankring
我已經運行:
git submodule init
git submodule update
git add .
,並沒有任何反應讓它消失。有任何想法嗎?
我讓Git 1.7.0.4當我鍵入git的狀態 - 忽略子模塊我得到一個錯誤。也man git status沒有列出你上面的內容... – dougvk 2010-10-05 07:13:32
@doug是的,這隻適用於更新的版本。看我的編輯。 – 2010-10-05 07:20:10