一般的话,先在本地:
git add .
git commit -m "123"
再推到线上:
git push
---------------------------------
下载的话:
git clone