dotfiles/git/.gitconfig
2024-10-27 14:18:03 -05:00

10 lines
137 B
INI

[user]
email = jacob@babor.tech
name = Jacob Babor
[pull]
rebase = true
[push]
autoSetupRemote = true
[init]
defaultBranch = master