From acca433c0dfad2bcf152ddfbd0aa02205aa9bb45 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 26 Aug 2023 07:20:48 -0700 Subject: [PATCH] Some credential helpers? Maybe? --- .gitconfig | 4 ++-- .gitconfig.shared | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 9f7b921..b1e23ea 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,7 +3,7 @@ email = john@d0ty.me [include] - path = .gitconfig.shared + path = .gitconfig.shared [credential "https://github.com"] helper = helper = !/opt/local/bin/gh auth git-credential @@ -15,4 +15,4 @@ [github] user = DeCarabas [safe] - directory = /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core + directory = /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core diff --git a/.gitconfig.shared b/.gitconfig.shared index 4d24e85..cc33735 100644 --- a/.gitconfig.shared +++ b/.gitconfig.shared @@ -12,4 +12,8 @@ [init] defaultBranch = main [rebase] - updateRefs = true \ No newline at end of file + updateRefs = true +[credential "helperselector"] + selected = manager +[credential "https://git.d0ty.me"] + provider = generic