diff options
| -rw-r--r-- | .config/git/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index a6215bd..3c154d6 100644 --- a/.config/git/config +++ b/.config/git/config @@ -47,6 +47,10 @@ [credential] helper = osxkeychain +[credential "https://github.com"] + helper = !gh auth git-credential +[credential "https://gist.github.com"] + helper = !gh auth git-credential [filter "lfs"] clean = git-lfs clean -- %f |
