Dotfiles/.gitconfig

14 lines
266 B
INI
Raw Normal View History

2024-01-06 14:19:39 +00:00
# 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
2024-01-14 19:23:50 +00:00
[pull]
rebase = false
[init]
defaultBranch = master