sh 在Git repo中获取被忽略的文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在Git repo中获取被忽略的文件相关的知识,希望对你有一定的参考价值。

find -E filename -type f | git check-ignore --stdin

# check-ignore only works per file, hence using find
# Replace filename with filename lol

以上是关于sh 在Git repo中获取被忽略的文件的主要内容,如果未能解决你的问题,请参考以下文章

sh 如何在Git中删除被忽略的文件

sh 删除git.sh中被忽略的文件

忽略 git repo 中 eclipse 项目中的构建文件夹

sh 获取作者为git repo计算的行数

根据扩展名将git repo文件移动到子文件夹

sh 此脚本将帮助您从git repo历史记录中删除大文件,并缩小存储库的大小。