diff --git a/.gitconfig b/.gitconfig index a1f81a0..34118cc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -28,3 +28,9 @@ prompt = true [mergetool "nvimdiff"] cmd = "nvim -d \"$LOCAL\" \"$REMOTE\" \"$MERGED\" -c 'wincmd w' -c 'wincmd J'" +[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