Dotfiles/.gitconfig
2024-01-14 14:23:50 -05:00

11 lines
235 B
INI

# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Jordan Bancino
email = jordan@bancino.net
[push]
autoSetupRemote = yes
[credential]
helper = store
[pull]
rebase = false