github 上傳問題 - Linux

Table of Contents

我在某個資料夾下

git submodule add https://github.com/duxing2007/ldd3-examples-3.x

可是這樣 git commit , git push 之後好像還是沒辦法把 ldd3-examples-3.x

資料夾下的變成我 Repositories , .git 內容還是指向 https://github.com/duxing2007/ldd3-examples-3.x

資料夾內容還是空的好像都要 git submodule update 在從 https://github.com/duxing2007/ldd3-examples-3.x

下載回來~感覺這樣怪怪還是我操作有錯誤

謝謝

--

All Comments

Daniel avatarDaniel2015-01-05
聽起來很正常啊
Blanche avatarBlanche2015-01-08
git submodule請先去理解運作模式...
然後裡面的git要有自己repo就先fork...