diff options
| -rw-r--r-- | .config/git/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/git/config b/.config/git/config index 383089c..c9220e9 100644 --- a/.config/git/config +++ b/.config/git/config @@ -72,10 +72,9 @@ [mergetool] keepbackup = false -[credential] - helper = osxkeychain [credential "https://github.com"] helper = !gh auth git-credential + [credential "https://gist.github.com"] helper = !gh auth git-credential |
