.dotfiles/git/.gitconfig
2023-12-19 16:45:47 -05:00

11 lines
245 B
INI
Executable file

# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Jeremie Fraeys
email = jfaeys@gmail.com
[credential]
helper = store
[credentials]
helper = osxkeychain
[init]
defaultBranch = main