Corrected gitconfig

This commit is contained in:
Serĉanto de Scio 2021-05-06 10:41:30 +10:00
parent 42bcf20d6e
commit 38da05e997
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -1,19 +1,19 @@
[user] [user]
name = Craige McWhirter name = Craige McWhirter
email = craige@mcwhirter.io email = craige@mcwhirter.io
email = craige.mcwhirter@iohk.io
signingkey = 0x7E66C3B5CDE94A4A signingkey = 0x7E66C3B5CDE94A4A
[includeIf "gitdir:~/source/IOHK/"]
path = ~/source/IOHK/.gitconfig
[push] [push]
default = simple default = simple
[gitreview] [gitreview]
username = craige username = craige
[url "git+ssh://USER@git.launchpad.net/"] [url "git+ssh://USER@git.launchpad.net/"]
insteadof = lp: insteadof = lp:
[commit] [commit]
gpgsign = true gpgsign = true
[color] [color]
ui = always ui = always
#[includeIf "gitdir:~/source/IOHK/"] [pull]
# path = ~/.gitconfig-iohk rebase = true