定位到本地对应文件夹,打开 Git Bash
$ git reflog //查看历史版本
如果要回退到 commit:地图选择插件 也就是7383322这个版本,执行
$ git reset 7383322
之后执行强制推送
$ git push origin HEAD --force