From cbe9369f5c701f08ec1c2cf4f769b1b143bc4554 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 3 Jul 2023 01:56:12 +0400 Subject: [PATCH] thank you mister https://github.com/hlissner --- config/git/config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/git/config diff --git a/config/git/config b/config/git/config new file mode 100644 index 00000000..ec1c6a78 --- /dev/null +++ b/config/git/config @@ -0,0 +1,6 @@ +[credential "https://github.com"] + helper = + helper = !gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !gh auth git-credential