mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-24 20:19:40 +01:00
parent
feed7b88e4
commit
43e8d5a725
@ -94,3 +94,7 @@
|
|||||||
[log]
|
[log]
|
||||||
mailmap = true
|
mailmap = true
|
||||||
showSignature = 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
7
.mikaela/src2-gitconfig
Normal 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
|
@ -94,3 +94,7 @@
|
|||||||
[log]
|
[log]
|
||||||
mailmap = true
|
mailmap = true
|
||||||
showSignature = 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
|
||||||
|
Loading…
Reference in New Issue
Block a user