在使用git pull命令时报错: error: Your local changes to the following files would be overwritten by merge: Please, commit your changes or stash them before you can merge. 这是因为本地做了修改,如果本地修改不重要,可以放弃: git reset --hard git pull
在使用git pull命令时报错: error: Your local changes to the following files would be overwritten by merge: Please, commit your changes or stash them before you can merge. 这是因为本地做了修改,如果本地修改不重要,可以放弃: git reset --hard git pull
