https://www.cnblogs.com/bgwhite/p/9403274.html
一般的话,先在本地:
git add .
git commit -m "123"
再推到线上:
git push
---------------------------------
下载的话:
git clone