16 lines
342 B
INI
Executable file
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
|