我有一個GIT存儲庫和幾個SUBMODULES。GIT子模塊更新*刪除未被取消的文件
的問題是每一個有人更新子模塊的時候,我試圖通過調用來更新我的文件:
$ git submodule update
但發生的事情是它刪除我所有未提交的文件,這是很煩人的。
我試圖提交和第一推的文件,但它不會讓我來推:
error: failed to push some refs to 'ssh://dev.ancreative.co.uk/var/git/library/Blocks.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes before pushing again. See the 'non-fast-forward'
section of 'git push --help' for details.*
所以我嘗試調用git submodule update
,但隨後這種缺失情況。
任何人都知道什麼會導致這個問題?非常感謝。