Git冲突:commit your changes or stash them before you can merge.
采用git代码管理,在开发的时候可能会遇到abort的情况
abort出现的原因:本地代码和远程代码起了冲突,git无法合并在一个文件中的不同修改。
一般来说当使用git pull
的时候会出现以下情况:
error: Your local changes to the following files would be overwritten by merge:
xxx.xx
Please, commit your changes or stash them before you can merge.
Aborting