git 提交

1.提交全部改动
git add -A

2.提交到自己的分支

git commit -m '注释'
3.提交到主分支
git push -u origin
 
原文地址:https://www.cnblogs.com/zhangyouwu/p/12610577.html