Files
.dotfiles/.gitconfig
2023-01-12 12:26:25 -05:00

14 lines
236 B
INI

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