git提交步骤

git init
git add .
git commit -m 
 git remote add origin git地址
git push -u origin master
原文地址:https://www.cnblogs.com/lwwen/p/6490961.html