.dotfiles/git/.gitconfig
2023-11-23 17:25:45 -05:00

16 lines
342 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 = os_helper
[credential "os_helper"]
useHttpPath = true
[credential "os_helper_linux"]
helper = store
[credential "os_helper_osx"]
helper = osxkeychain