使用Trace Point計算路徑
路徑圖
把以下多餘的子模組刪掉
[submodule "2016fallcadp_hw"] path = 2016fallcadp_hw url = https://github.com/40423226/2016fallcadp_hw.git branch = gh-pages
更改後為以下的內容
[submodule "40423206"] path = 40423206 url = https://github.com/40423206/2016fallcadp_hw.git branch = gh-pages [submodule "40423224"] path = 40423224 url = https://github.com/40423224/2016fallcadp_hw.git branch = gh-pages [submodule "40423226"] path = 40423226 url ...more ...
從SciTE打開,在2016fallcadp_bg6資料夾內的.gitmodules檔案,把該組員的子模組設定刪除後就可以存檔
[submodule "40423206"] path = 40423206 url = https://github.com/40423206/2016fallcadp_hw.git branch = gh-pages [submodule "40423224"] path = 40423224 url = https://github.com/40423224/2016fallcadp_hw.git branch = gh-pages [submodule "2016fallcadp_hw"] path = 2016fallcadp_hw url = https://github.com/40423226/2016fallcadp_hw.git branch = gh-pages [submodule "40423229"] path = 40423229 url = https ...more ...
認識SolveSpace
知識管理與最佳化應用實驗室試圖利用計算機程式、網際內容管理、電腦輔助設計實習與協同產品設計實習等課程, 進行與機械設計相關的主題式教學, 其中包含強化創造力的教學、令學員熟習六種工程表達方式, 並且俱備融入協同設計所需要的四大面向知識與技能.
more ...切換分支
cd tmp
回到上個分支
cd ..
git clone 個人倉儲網址
檢查分支
git branch
git add -A
git commit -m"改版內容"
推送進端資料到遠端
git push origin 分支名稱more ...