如何将Github的代码回退到某一个指定的提交版本
How to revert Github source code to a specific commit
git reset --hard "old-commit-id"
git push -f
如何将Github的代码回退到某一个指定的提交版本
How to revert Github source code to a specific commit
git reset --hard "old-commit-id"
git push -f
Author: mousepotato
Link: https://anotherbug.com/2013/06/20/how-to-revert-github-source-code-to-a-specific-commit/
本文采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可