windows - 在 Windows 上忽略 Git 中的目录时,目录名称大小写是否重要?

标签 windows git

在 Windows 上的 Git 中忽略目录时目录名称大小写是否重要?

如果 bin/Bin/ 在 windows 上的 git 排除文件中相同?

最佳答案

我刚刚用 Git for Windows 1.9.5 测试了它(虽然不是 yet tested with Git for Windows 2.3.5)

似乎不区分大小写:bin/xxxBin/xxxbin/ 时同样被忽略>Bin/ 在 Windows 上设置在 .gitignore 中。

git check-ignore -v bin/xxx如果 Bin/.gitignore 中,将返回 Bin/ 规则。

关于windows - 在 Windows 上忽略 Git 中的目录时,目录名称大小写是否重要?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29592845/

相关文章:

c# - 7zip 中的 7z.sfx 和 7zsd.sfx 模块有什么区别?

windows - 使用 VBA 从具有 SAML 身份验证的网站下载文件

带有个人访问 token 的 Jenkins 中的 Git 克隆永远闲置

GIT:如何只恢复一个历史变化,同时保持其他历史变化?

git 基本设置

java - JFXPanel setScene 使用 Java 11 卡住

windows - 在不使用 FindFirstFile 的情况下迭代目录中的文件

php - 打开批处理文件php

Git for windows 版本 2.5.3 无法推送更改

git - 如何将第三方库导入 git?