Files
.dotfiles/.gitconfig
2023-08-22 12:07:26 -04:00

14 lines
233 B
INI

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