微信扫一扫打赏支持
摘要: git 查看暂存区 一、总结 一句话总结: git ls-files 命令是用来查看暂存区中文件信息 二、git 查看暂存区 转自或参考:git 查看暂存区https://www.cnblogs.com/panbingwen/p/10736915.html 一、简介 git ls-files 命令是 阅读全文
posted @ 2020-10-09 15:38 范仁义 阅读(1071) 评论(0) 推荐(0)
摘要: 清空git缓存 一、总结 一句话总结: git rm --cached "文件路径",不删除物理文件,仅将该文件从缓存中删除; git rm --f "文件路径",不仅将该文件从缓存中删除,还会将物理文件删除(不会回收到垃圾桶); 二、清空git缓存 转自或参考:git删除缓存区中文件 https: 阅读全文
posted @ 2020-10-09 14:41 范仁义 阅读(2296) 评论(0) 推荐(0)
摘要: Fixing the “GH001: Large files detected. You may want to try Git Large File Storage.” 一、总结 一句话总结: It turned out that GitHub only allows for 100 MB fil 阅读全文
posted @ 2020-10-09 14:40 范仁义 阅读(816) 评论(0) 推荐(0)