17 lines
329 B
INI
17 lines
329 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]
|
|
name = Kyren223
|
|
email = ulmliad223@gmail.com
|
|
[init]
|
|
defaultBranch = master
|
|
[core]
|
|
editor = nvim
|
|
pager = nvimpager
|
|
[pull]
|
|
rebase = true
|