git revert

git revert命令用于撤销commit。 把某个commit恢复到没有修改前的状态。

$ git revert <commitID>
上一篇:git rev-parse
下一篇:git rm
最近更新的
...