------git init
git add
------git status
git commit -m "备注"
-----git remote add origin https://github.com/Dfrank001/Algorithm
git push -u origin master
出现的问题
Git`s Operation
原文:https://www.cnblogs.com/Dfrank/p/11658030.html