merge时候会出现一个nano的编辑界面
修改为vim
git config --global core.editor vim
然后发现merge错了,可以通过
git log 查看提交的信息
git log
git reset --hard f82cfd2 回退版本
git reset --hard f82cfd2