Files
.dotfiles/.gitconfig
2023-12-28 09:21:05 -05:00

19 lines
321 B
INI

[user]
name = Jacob Bohanon
email = jacob.bohanon@solo.io
signingkey = /home/jacob/.ssh/id_ed25519.pub
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[tag]
sort = version:refname
[init]
defaultBranch = main
[pull]
rebase = false
[color]
ui = auto
[gpg]
format = ssh
[commit]
gpgsign = true