如何撤销第一次提交的 git commit

可以通过如下命令撤销创建仓库后第一次提交的 commit

git update-ref -d HEAD

参考资料

  • http://stackoverflow.com/questions/6632191/how-to-revert-initial-git-commit

Comments

comments powered by Disqus