1.建立github帳號
2.建立倉儲: s40723120.github.io
3.git clone https://github.com/mdecourse/2018fall
4.git clone https://github.com/s40723120/s40723120.github.io
5.從2018fall資料夾複製裡面的檔案,排除.git和README.me,並貼到自己的資料夾內
6.git status(檢查狀態)>git add .(增加)>git commit -m "名稱"( 提交)>git push (推送)