标签:
这个据我目前所知,有至少4个途径可以做到
1、git reset
2、git revert
3、git rm –cached
4、git checkout
这个可以参考这个
https://www.atlassian.com/git/tutorials/resetting-checking-out-and-reverting
like this。
idea git revert 究竟做了啥
原文地址:http://www.cnblogs.com/beiyeren/p/4448281.html