标签:pre add div style commit code git push name 自己
1.提交全部改动
git add -A
2.提交到自己的分支
git commit -m ‘注释‘
3.提交到主分支
git push -u origin
git 提交
原文地址:https://www.cnblogs.com/zhangyouwu/p/12610577.html