From 2a78622053e75e96c2344b7757d8984b04df8a59 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe <nebel@fogtype.com> Date: Sat, 1 Mar 2025 23:53:50 +0900 Subject: [PATCH] Update .gitconfig.local --- termux/.gitconfig.local | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/termux/.gitconfig.local b/termux/.gitconfig.local index a726c0f..7595421 100644 --- a/termux/.gitconfig.local +++ b/termux/.gitconfig.local @@ -1,8 +1,6 @@ [commit] gpgSign = false [credential "https://github.com"] - helper = - helper = !/data/data/com.termux/files/usr/bin/gh auth git-credential + helper = !gh auth git-credential [credential "https://gist.github.com"] - helper = - helper = !/data/data/com.termux/files/usr/bin/gh auth git-credential + helper = !gh auth git-credential