12 lines
264 B
INI
12 lines
264 B
INI
[credential "https://github.com"]
|
|
helper =
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[credential "https://gist.github.com"]
|
|
helper =
|
|
helper = !/usr/bin/gh auth git-credential
|
|
[user]
|
|
email = alexander@wiesner.com.br
|
|
name = alex
|
|
[init]
|
|
defaultBranch = main
|