https://blog.csdn.net/u010802169/article/details/80490886
$ git init
$ git remote add origin https://github.com/neirongguoyuzhenshi/Bootstrap-C-E.git
$ git add .
$ git commit -m ‘提交‘
$ git push -u origin master
原文:https://www.cnblogs.com/hongou/p/10550844.html