git rm删除大量文件

1 git add -u(只暂存不提交) 或 git commit -a

git help rm

   Using “git commit -a”
       If you intend that your next commit should record all modifications of tracked files in the working tree and record all removals of files that have been
       removed from the working tree with rm (as opposed to git rm), use git commit -a, as it will automatically notice and record all removals. You can also have
       a similar effect without committing by using git add -u.


2 git add -A  暂存所有删除,修改和新增

   Using “git add -A”
       When accepting a new code drop for a vendor branch, you probably want to record both the removal of paths and additions of new paths as well as
       modifications of existing paths.


       Typically you would first remove all tracked files from the working tree using this command:


           git ls-files -z | xargs -0 rm -f


       and then untar the new code in the working tree. Alternately you could rsync the changes into the working tree.


       After that, the easiest way to record all removals, additions, and modifications in the working tree is:


           git add -A


       See git-add(1).


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值