git撤销commit

场景:

不小心commit了一个不应该commit的修改,但是还没有push,想撤销那个commit

命令:

a)git log

b)git reset --hard commit_id

原文地址:https://www.cnblogs.com/jifeng/p/7681403.html