diff --git a/.gitconfig b/.gitconfig index a69459e..e2bc228 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,9 @@ +[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 [user] email = peter@peterwood.dev name = Peter Wood