用班級reveal leo更改個人網頁
- 開啟start.bat
- 點選cmd 小黑窗
- cd tmp
- git clone https://github.com/2015fallhw/2015fallcpb.git
- cd 2015fallcpb
- git checkout gh-pages
- 用leo 打開班級的reveal.leo
- 複製其中一個md檔案
- 更改名子和內容後save
- 點@學號再點上方user.pelican鈕
- git add -A
- git commit -m "6666update"
- git config --global user.email "自己的信箱@gm.nfu.edu.tw"
- git config --global user.name "自己的學號"
- git push origin gh-pages
- 若衝突,輸入git pull origin gh-pages
- 再git push origin gh-pages一次
- 完成
影片解說
如何在近端處理個人作業 from 林宏一 on youtube.
自評
自評分數:92
第一次錄那麼長的影片,中間還出錯必須用剪接的,真是累。