git: add config for IntersectMBO

This commit is contained in:
Serĉanto de Scio 2024-05-30 09:59:22 +10:00
parent ac39fad3e9
commit 701fc23614
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -1,9 +1,17 @@
[user] [user]
name = Craige McWhirter name = Craige McWhirter
email = craige@mcwhirter.io email = craige@mcwhirter.io
signingkey = 0x7E66C3B5CDE94A4A signingkey = 0xA4122FF3971B6865
[includeIf "gitdir:~/source/IOHK/"] [includeIf "gitdir:~/source/intersectMBO/"]
path = ~/source/IOHK/.gitconfig path = ~/source/intersectMBO/.gitconfig
[includeIf "gitdir:~/source/IOG/"]
path = ~/source/IOG/.gitconfig
[includeIf "gitdir:~/forge/reciproka/"]
path = ~/forge/reciproka/.gitconfig
[includeIf "gitdir:~/forge/resrok/"]
path = ~/forge/resrok/.gitconfig
[includeIf "gitdir:~/forge/voc/"]
path = ~/forge/voc/.gitconfig
[push] [push]
default = simple default = simple
[gitreview] [gitreview]
@ -14,6 +22,14 @@
[commit] [commit]
gpgsign = true gpgsign = true
[color] [color]
ui = always diff = auto
status = always
branch = auto
interactive = auto
ui = true
pager = true
[pull] [pull]
rebase = true ryuebase = true
rebase = false
[init]
defaultBranch = consensus