撤销git add操作

使用Git的时候,有时候不小心使用git add,添加了不想追踪的文件。也就是track了一些不想track的文件,这个时候需要撤销操作,怎么处理呢?

img_99b9caf28b7327eb91f276c8666647cd.png
Git 文件状态的生命周期

演示

img_bc817a26da9964c74120769205e879ac.png
还原操作
  1. 使用git reset命令


    img_f51defb335345566704ce3d83390aa33.png
    git set命令效果
  2. 使用git rm --cached [filename]命令


    img_d3dc497c49489b8856516c885f43bcbd.png
    git rm命令效果

git rm
--cached
Use this option to unstage and remove paths only from the index. Working tree files, whether modified or not, will be left alone.

额外

在文件未被git track的时候,可以添加.gitignore文件,来指定不想追踪那些文件。


img_3d10a702ea03b33251fd16b150c3e1bd.png
gitignore的效果

最后

简单的介绍了git的一些基本功能

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值