From 16296b27065155b48ec9b815a060490905713c33 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Sun, 4 May 2025 18:27:51 -0400 Subject: [PATCH] added racknerd .gitconfig --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitconfig b/.gitconfig index a69459e..e2bc228 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,9 @@ +[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 = peter@peterwood.dev name = Peter Wood