今天使用git,pull代码出现了这样的错:Your local changes would be overwritten by merge. Commit, stash or revert them to proceed.
博主用的是这种方法,直接隐藏,不管它
git stash
git pull
git stash pop
今天使用git,pull代码出现了这样的错:Your local changes would be overwritten by merge. Commit, stash or revert them to proceed.
博主用的是这种方法,直接隐藏,不管它
git stash
git pull
git stash pop