Corrected gitconfig

remotes/bitbucket/master
Craige McWhirter 2 years ago
parent 42bcf20d6e
commit 38da05e997
Signed by: craige
GPG Key ID: 7DBA9F5689EFB6AA
  1. 10
      .gitconfig

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

Loading…
Cancel
Save