2020-03-25 git git使用技巧-快速回退远端分支到某个指定版本 git使用技巧-快速回退远端分支到某个指定版本先使用 1git log 获取想要回退版本的commit id,假定此处为82d9cab12731870bd04327464e501479da3a87e2 然后通过 1git reset 82d9cab12731870bd04327464e501479da3a87e2 将git本地版本回滚到指定commit。 然后通过 1git push -f 将本地更新强制推送到远端。 Newer 连接redis时出现 “ERR Client sent AUTH, but no password is set” 异常的原因及解决办法 Older mysql source命令导入大文件时失败的解决方法