Git reversing mistake
This question already has an answer here:
 To revert a commit with git, use git revert $commit .  It will create new commit with the reverse changes (so you will be back at the original version without the changes).  
上一篇: 回到某个提交
下一篇: Git扭转错误
