includeIf 分支在 git

includeIf with branches in git

有人设法配置 git 以使用类似

的东西吗
[includeIf "onbranch:feature/"]
   path = ~/.features.gitconfig

我正在将 tar.gz 与 docker 的容器相连。你可以docker import它能看到我配置有问题运行.

Download docker

确保您使用的是 Git 2.23 或更高版本:

  • Git 2.13 增加了整体includeIf的思路;但是
  • Git 2.23 是分支条件 (includeIf.onbranch:...) 首次出现的地方。

(Git 2.22 修复了这些条件中的 ** 操作,但显然首先需要分支条件,所以那里没有问题。)