当在提交代码的时候遇到问题冲突,是已经进行git commit , 但是在 git push 的时候,出现提交代码问题冲突
处理方式:
在IDEA 左下角,找到git
比如在git commint 之前忘记了 git pull ,那么很容易在git push 的时候出现问题,尤其是前后端在一起的那种。
找到commit 之前的分支,右键选择:Reset Curret Branch to Here...
这样就可以回退到commit , 本地代码不会被冲刷调,然后再执行 git pull 、git commit 、git push 即可~~~
To be my fans Follow me