11 lines
245 B
INI
Executable file
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
|