重要:Git stash的使用

出现代码冲突时,先 1.stash changes 比如起名叫finish 2.在idea的terminal处输入指令 git stash list,可以看到[email protected]{0}: On Develop :finish 3.我们Pull好代码后就可以进行以下操作: 4.git stash apply [email protected]{0} 然后保存的代码就会回来了 5.如果此
相关文章
相关标签/搜索