зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
22 строки
480 B
Plaintext
22 строки
480 B
Plaintext
2023
|
|
https://garrit.xyz/posts/2023-10-13-organizing-multiple-git-identities
|
|
|
|
~/.gitconfig
|
|
[user]
|
|
name = Garrit Franke
|
|
email = garrit@slashdev.space
|
|
[includeIf "gitdir:~/work/"]
|
|
path = ~/.gitconfig-work
|
|
[includeIf "gitdir:~/work/client2/"]
|
|
path = ~/.gitconfig-client2
|
|
[includeIf "gitdir:~/sources/"]
|
|
path = ~/.gitconfig-personal
|
|
|
|
~/.gitconfig-work
|
|
[user]
|
|
name = Garrit Franke
|
|
signingkey = 12345678
|
|
email = garrit@work.de
|
|
[commit]
|
|
gpgsign = true
|