From 9be334b46c441eeeef520116f05c2fd0d1c457c0 Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 20 Dec 2022 01:12:58 +0000 Subject: [PATCH] github config I don't like it --- .gitconfig | 12 +++++------- .gitconfig.shared | 2 ++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitconfig b/.gitconfig index d4fff98..fdcbd55 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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 diff --git a/.gitconfig.shared b/.gitconfig.shared index 51b968a..d608a57 100644 --- a/.gitconfig.shared +++ b/.gitconfig.shared @@ -9,3 +9,5 @@ ci = commit [push] default = upstream +[init] + defaultBranch = main