gitconfig: add another persona

Resolves: #84
This commit is contained in:
Aminda Suomalainen 2023-06-17 10:48:07 +03:00
parent feed7b88e4
commit 43e8d5a725
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 15 additions and 0 deletions

View File

@ -94,3 +94,7 @@
[log]
mailmap = true
showSignature = true
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
# see also .mikaela/src2-gitconfig within the same shell-things repo
[includeIf "gitdir:~/src2/"]
path = ~/src2/gitconfig

7
.mikaela/src2-gitconfig Normal file
View File

@ -0,0 +1,7 @@
# See main gitconfig, this is ~/src2/gitconfig
[user]
email = aminda.suomalainen@example.org
signingkey = ~/.ssh/exampleorg.pub
[init]
# Assuming Example Organization doesn't want Esperanto main, cxefa
defaultBranch = main

View File

@ -94,3 +94,7 @@
[log]
mailmap = true
showSignature = true
# https://sandrotosi.blogspot.com/2020/10/multiple-git-configurations-depending.html?m=1
# see also .mikaela/src2-gitconfig within the same shell-things repo
[includeIf "gitdir:~/src2/"]
path = ~/src2/gitconfig