跟进Is it possible to include a file in your .gitconfiginclude
,该文件中是否有任何例外情况可以使用.gitconfig
?为什么我的不工作?
$ cat .gitconfig
[include]
path = /tmp/.gitconfig.id
$ cat /tmp/.gitconfig.id
[user]
name = Me
email = [email protected]
$ git config --global user.name | wc
0 0 0
$ git -v
git version 2.39.2
$ uname -rms
Linux 6.1.0-9-amd64 x86_64
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
即,我发现自己可以include
在除 之外的所有.gitconfig
部分中使用。 [user]
--[no-]includes
:即省略
--global
:或添加
--includes
: