标签:print pretty post 查看 使用 span nbsp reset com
使用git log命令查看所有的历史版本,获取你git的某个历史版本的id
git log
假设查到历史版本的id是fae6966548e3ae76cfa7f38a461c438cf75ba965。
fae6966548e3ae76cfa7f38a461c438cf75ba965
$ git reset --hard fae6966548e3ae76cfa7f38a461c438cf75ba965
$ git push -f -u origin master
Github使用之git回退到某个历史版本
原文地址:https://www.cnblogs.com/williamjie/p/9315932.html