diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index 88bd1b5..9b44f64 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -62,3 +62,9 @@ [url "git@github.com:lox/"] insteadOf = https://github.com/lox/ insteadOf = github.com/lox/ +[credential "https://github.com"] + helper = + helper = !gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !gh auth git-credential