git上传文件

git clone 项目地址

右键:git bash here

git add .

git commit -m ""

git push -u origin gh-pages

git pull origin gh-pages

原文地址:https://www.cnblogs.com/feng-ying/p/15004028.html