用git管理~/.vim? - Linux

Table of Contents

各位好

小弟想要用git管理.vim

照網路上面的寫法

步驟如下

cd ~/.vim
git init
git add .

但是很奇怪的是

我查看git status

他會說
# Changes to be committed:
# new file: bundle/EasyGrep
# new file: bundle/Efficient-python-folding
# new file: bundle/OmniCppComplete
# Changed but not updated:
# modified: bundle/EasyGrep
# modified: bundle/OmniCppComplete

比較奇怪的是我都沒有修改任何檔案

為什麼出現Changed but not updated?

謝謝各位版友的指教

--
~宅男的四個徵兆~
∠□ ○ ! * \○/ ★    (○ ?
╦╦└□ " ○□═ □   □>
║║√√ ╦══╦ ∥    |\
一回家就上PTT 每天想正妹 以當好人為樂 忘記正妹虧欠自己

--

All Comments

Ingrid avatarIngrid2012-05-09
Are these bundles git repositories themselves?
How about to add a minimum .vim, and add these bundles
Irma avatarIrma2012-05-12
as submodules later? You may also want to make pathogen
a git submodule under bundle/ :)
Poppy avatarPoppy2012-05-16
沒錯,這些bundle都是我用git clone下來的,不過我的local端
Andrew avatarAndrew2012-05-17
並沒有做任何的修改,不知道問題是出在哪裡?
Daniel avatarDaniel2012-05-21
你是用submodule的方式clone下來的嗎?
Una avatarUna2012-05-22