From b5d76327edfc532440514d48d5654defa628e6bb Mon Sep 17 00:00:00 2001 From: Anton Date: Fri, 4 Jul 2025 17:56:48 +0200 Subject: [PATCH] chore: authenticate with github --- .gitconfig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitconfig b/.gitconfig index 804723c..a5cbc31 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,10 +3,6 @@ [credential] credentialStore = gpg guiPrompt = false - helper = - helper = /usr/bin/git-credential-manager -[credential "https://dev.azure.com"] - useHttpPath = true [color] status = always branch = always @@ -35,6 +31,12 @@ insteadOf = my: [url "https://github.com/zync-chat/"] insteadOf = zync: +[credential "https://github.com"] + helper = + helper = !/usr/bin/gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !/usr/bin/gh auth git-credential [alias] ref = show -s --pretty=reference lg = !max_length_dr=$(git log --format='%ar ' | wc -L) \