上課筆記 - 40423225/2016fallcadp_hw GitHub Wiki

Week 1

切換分支

cd tmp 回到上個分支

cd .. git clone 個人倉儲網址 檢查分支

git branch git add -A git commit -m"改版內容" 推送進端資料到遠端

Week 4

git push origin 分支名稱

git config --global http.proxy http://proxy.mde.tw:3128

git config --global https.proxy http://proxy.mde.tw:3128

git config --global user.name "40423225"

git config --global user.email [email protected]

git branch gh-pages 建立分支 git checkout gh-pages 簽出分支版本資料 git submodule add -b gh-pages 網址 組別 拉回所有子模組的對應版本內容 git pull origin gh-pages --recurse-submodules 拉回 master 分支 git pull origin master --recurse-submodules 將所有子模組的對應版本更新到目前最新提交 git submodule foreach "(git checkout gh-pages; git pull)&" git submodule update --init --recursive 將此對應版本的子模組取到近端

Week 8

台灣三住股份有限公司 http://tw.misumi-ec.com/

Week 10

Solvespace 載點:https://github.com/solvespace/solvespace/releases/tag/v2.1

Week 11

ShareX 錄製操作過程影片, 也可以取畫面圖檔, png jpg 檔案差異, 可以利用 GIMP 編輯圖檔

Week 13

OnShape網站:https://www.onshape.com 並用學校信箱登記帳號

當版本上傳後 github pages 無法正確更新, 試著 git rm -f -r plugin/liquid_tags/test_data 後提交推送.