From 48f2024e8cd2a5bee67a0c8438da79a663846ce4 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Tue, 29 Oct 2024 04:22:19 +0900 Subject: [PATCH] add .gitconfig.local --- termux/.gitconfig.local | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 termux/.gitconfig.local diff --git a/termux/.gitconfig.local b/termux/.gitconfig.local new file mode 100644 index 0000000..a726c0f --- /dev/null +++ b/termux/.gitconfig.local @@ -0,0 +1,8 @@ +[commit] + gpgSign = false +[credential "https://github.com"] + helper = + helper = !/data/data/com.termux/files/usr/bin/gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !/data/data/com.termux/files/usr/bin/gh auth git-credential