2015FALL 40423219 CPB 作業

2015 計算機程式 HW5

用班級reveal leo更改個人網頁 _投影片

用班級reveal leo更改個人網頁

  1. 開啟start.bat
  2. 點選cmd 小黑窗
  3. cd tmp
  4. git clone https://github.com/2015fallhw/2015fallcpb.git
  5. cd 2015fallcpb
  6. git checkout gh-pages
  7. 用leo 打開班級的reveal.leo
  8. 複製其中一個md檔案
  9. 更改名子和內容後save
  10. 點@學號再點上方user.pelican鈕
  11. git add -A
  12. git commit -m "6666update"
  13. git config --global user.email "自己的信箱@gm.nfu.edu.tw"
  14. git config --global user.name "自己的學號"
  15. git push origin gh-pages
  16. 若衝突,輸入git pull origin gh-pages
  17. 再git push origin gh-pages一次
  18. 完成

影片解說

如何在近端處理個人作業 from 林宏一 on youtube.

自評

自評分數:92

第一次錄那麼長的影片,中間還出錯必須用剪接的,真是累。

Comments