最近用git在服务器、github、本地更新代码的时候,因为频繁修改偶尔出现这个错误
覆盖本地的代码:
git stash
git pull
git stash pop
保留对服务器上的修改:
git stash git pull git stash pop
最近用git在服务器、github、本地更新代码的时候,因为频繁修改偶尔出现这个错误
覆盖本地的代码:
git stash
git pull
git stash pop
保留对服务器上的修改:
git stash git pull git stash pop
转载于:https://www.cnblogs.com/alan2kat/p/7662460.html