git 提交

Posted zhangyouwu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 提交相关的知识,希望对你有一定的参考价值。

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

2.提交到自己的分支

git commit -m 注释
3.提交到主分支
git push -u origin

 

 

以上是关于git 提交的主要内容,如果未能解决你的问题,请参考以下文章