(1)cd 到目录
(2)git status //检查文件区别
(3)git add . //添加
(4)git commit -a -m "your_message" // 执行
(5)git push origin master // 更新
(6)到Github view 设定Website