美文网首页
git reset

git reset

作者: 二月的尾巴巴巴 | 来源:发表于2017-02-23 09:28 被阅读0次

    1.git reset --soft <commit> 撤回到 改动已经添加到缓存但是没有commit的状态

    2.git reset --mixed <commit> 撤回到 改动未添加到缓存,未commit的状态

    3.git reset --hard <commit> 完全撤回

    相关文章

      网友评论

          本文标题:git reset

          本文链接:https://www.haomeiwen.com/subject/dhbvwttx.html