14 lines
183 B
INI
14 lines
183 B
INI
[credentials]
|
|
helper = store
|
|
[user]
|
|
name = John Doe
|
|
email = jdoe@example.com
|
|
[credential]
|
|
helper = store
|
|
[git]
|
|
rebase = false
|
|
[pull]
|
|
rebase = false
|
|
[init]
|
|
defaultBranch = main
|