HW - 40423227/2016fallcadp_hw GitHub Wiki
使用環境設定 git config --global user.email "[email protected]" git config --global user.name "40423227" git add -A git commit -m "add all" git pull origin gh-pages pit push origin gh-pages
子模組 用40423227的名稱把https://github.com/40423227/2016fallcadp_hw的倉儲加入為子模組
git submodule add -b gh-pages 子模組網址 子模組名稱 (例如:git submodule add -b gh-pages https://github.com/40423227/2016fallcadp_hw "40423227") 抓對應子模組的版本
git submodule update --init --recursive 更新子模組的資料,甚至更新子模組裡子模組的資料
git submodule foreach "(git checkout gh-pages; git pull)&" HTML文字語法
置中
靠右
粗體
斜體
底線