git提交代码的顺序
1、git add
2、git commit
3、git pull --rebase
如果有冲突,修改完冲突文件后,执行以下操作:
4、git add 修改完冲突后的文件
5、git rebase --continue
6、git push
git提交代码的顺序
1、git add
2、git commit
3、git pull --rebase
如果有冲突,修改完冲突文件后,执行以下操作:
4、git add 修改完冲突后的文件
5、git rebase --continue
6、git push