2016 10 07 - s40523128/2016fallcp_hw GitHub Wiki
git指令
mkdir 建立目錄
cd 切換目錄
git clone 把複製的網址copy下來
git branch 確認分支位置
gitconfig 綁定身分
git add 允許所有增加的資料
git commit -m "message" 提交更改的資料
git push origin gh-pages 推回原本的gh-pages分支
git指令
mkdir 建立目錄
cd 切換目錄
git clone 把複製的網址copy下來
git branch 確認分支位置
gitconfig 綁定身分
git add 允許所有增加的資料
git commit -m "message" 提交更改的資料
git push origin gh-pages 推回原本的gh-pages分支