From 40a1e87a34886f229a4392b847ba4005832ad45d Mon Sep 17 00:00:00 2001 From: Andrejus Date: Sat, 30 Nov 2024 17:05:58 +0000 Subject: [PATCH] fix: add github .gitconfig entries --- files/home/.gitconfig | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/files/home/.gitconfig b/files/home/.gitconfig index 9da13cf..235892c 100644 --- a/files/home/.gitconfig +++ b/files/home/.gitconfig @@ -2,6 +2,15 @@ name = Andrejus email = git@andrejus.uk +[github] +user = andrejusk +[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] # List aliases la = "!git config -l | grep alias | cut -c 7-" @@ -82,6 +91,3 @@ assumeall = "!git st -s | awk {'print $2'} | xargs git assume" st = stash sa = stash apply stl = stash list - -[github] -user = andrejusk