Seguindo em É possível incluir um arquivo no seu .gitconfig , há alguma exceção para usar include
no .gitconfig
arquivo? Por que o meu não está funcionando?
$ 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
Ou seja, descobri que posso usar include
em .gitconfig
todas as seções , exceto [user]
.
--[no-]includes
:Ou seja, omitir
--global
:ou adicione
--includes
: