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