From a11301c25fea8dcbab7de468e194cb7624d02b82 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 22 Jan 2025 00:38:19 +0900 Subject: git: configure `gh` as credential helper --- .config/git/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/git/config b/.config/git/config index a6215bd..3c154d6 100644 --- a/.config/git/config +++ b/.config/git/config @@ -47,6 +47,10 @@ [credential] helper = osxkeychain +[credential "https://github.com"] + helper = !gh auth git-credential +[credential "https://gist.github.com"] + helper = !gh auth git-credential [filter "lfs"] clean = git-lfs clean -- %f -- cgit v1.2.3-70-g09d2