Files
.dotfiles/.gitconfig
2022-12-02 06:57:39 -05:00

14 lines
238 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 = master
[pull]
rebase = false
[color]
ui = auto