1、查看Git提交记录 # git log 2、找到需要回滚到的提交点,复制它的hash值 # git reset --hard 你复制的hash值 3、将当前指向的head推到git # git push --force
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。