github config

I don't like it
This commit is contained in:
John Doty 2022-12-20 01:12:58 +00:00
parent 688b13c03c
commit 9be334b46c
2 changed files with 7 additions and 7 deletions

View file

@ -5,12 +5,10 @@
[include]
path = .gitconfig.shared
[credential "https://github.com"]
helper =
helper = !/opt/local/bin/gh auth git-credential
helper =
helper = !/opt/local/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/opt/local/bin/gh auth git-credential
[init]
defaultBranch = main
helper =
helper = !/opt/local/bin/gh auth git-credential
[github]
user = DeCarabas
user = DeCarabas

View file

@ -9,3 +9,5 @@
ci = commit
[push]
default = upstream
[init]
defaultBranch = main