直接通过git命令提交。
1 git add . 2 git commit -m “注释” 3 git pull --rebase origin master 他会把提交的线路融合在一起 4 git push -u origin master