码迷,mamicode.com
首页 > 其他好文 > 详细

reverse operation of git add

时间:2021-07-01 17:07:16      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:use   disk   ever   set   his   opera   git reset   comm   hash   

before commit, do:

git rm --cached <filename>

ATTENTION:

do not use ‘git rm <filename>‘, this will delete the file from disk

if commited, first use: "git reset --mixed <hashcode>" to reverse the commit

reverse operation of git add

标签:use   disk   ever   set   his   opera   git reset   comm   hash   

原文地址:https://www.cnblogs.com/mrlonely2018/p/14958011.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!