From 6b537bb62ef63ce927f9ab878f6c881b9df1468e Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 18 Apr 2024 13:24:13 -0400 Subject: [PATCH] Set credential helper for guru --- configs/git/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/git/.gitconfig b/configs/git/.gitconfig index 2dc0487..dca2049 100644 --- a/configs/git/.gitconfig +++ b/configs/git/.gitconfig @@ -48,5 +48,9 @@ helper = helper = !/usr/bin/gh auth git-credential +[credential "http://*.gurustudio.com"] + helper = + helper = !/usr/bin/glab auth git-credential + [push] autoSetupRemote = true