From f387630f1f53e3b0b80469316e7818c75b803bbe Mon Sep 17 00:00:00 2001 From: Kohei Watanabe <nebel@fogtype.com> Date: Sun, 2 Mar 2025 00:07:59 +0900 Subject: [PATCH] update gitconfig --- .gitconfig | 4 ++++ termux/.gitconfig.local | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitconfig b/.gitconfig index ac2b0ac..7b096b9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,5 +14,9 @@ autoStash = true [push] autoSetupRemote = true +[credential "https://github.com"] + helper = !gh auth git-credential +[credential "https://gist.github.com"] + helper = !gh auth git-credential [include] path = ~/.gitconfig.local diff --git a/termux/.gitconfig.local b/termux/.gitconfig.local index 7595421..c62397b 100644 --- a/termux/.gitconfig.local +++ b/termux/.gitconfig.local @@ -1,6 +1,2 @@ [commit] gpgSign = false -[credential "https://github.com"] - helper = !gh auth git-credential -[credential "https://gist.github.com"] - helper = !gh auth git-credential