博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
.gitignore无效的情况的原因和处理方法
阅读量:5914 次
发布时间:2019-06-19

本文共 265 字,大约阅读时间需要 1 分钟。

git路径下想要将一些文件移除git管理

则需要

git rm --cached path/fileignore

git add .

git commit -m "git rm --cached path/fileignore"

如果是路径则

git rm --cached -r path/dirignore

 

这样push以后该文件path/fileignore 将不会被再被git track 了,移除git仓库了.

转载于:https://www.cnblogs.com/wangziqiang/p/5795793.html

你可能感兴趣的文章
云越发展,锁定问题就会越严重?
查看>>
什么样人适合学平面设计?零门槛入门工具收藏
查看>>
用户访问网页的流程原理
查看>>
linux 文件内容查找(当前文件夹下)
查看>>
io、nio、 aio
查看>>
FastDfs 文件系统迁移
查看>>
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
查看>>
数字格式化工具:Numeral.js 简介
查看>>
Redis学习手册(持久化)
查看>>
Django登录后,自动返回原操作页面的方法
查看>>
UltraEdit批量删除空行
查看>>
运行第一个容器 - 每天5分钟玩转容器技术(4)
查看>>
深入了解php opcode缓存原理
查看>>
java 内存溢出 栈溢出的原因与排查方法
查看>>
检查RPM包是否已经安装
查看>>
mysql实现vsftp虚拟用户访问
查看>>
(LNMP) How To Install Linux, nginx, MySQL, PHP
查看>>
write back vs write through
查看>>
要开始学习LINUX了
查看>>
各种链接
查看>>