diff options
| -rw-r--r-- | .config/git/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 555701c..461ffb5 100644 --- a/.config/git/config +++ b/.config/git/config @@ -74,6 +74,14 @@ [mergetool] keepbackup = false +# https://git-scm.com/docs/gitcredentials +# > If credential.helper is configured to the empty string, this resets the +# > helper list to empty (so you may override a helper set by a lower-priority +# > config file by configuring the empty-string helper, followed by whatever set +# > of helpers you would like). +[credential] + helper = + [credential "https://github.com"] helper = !gh auth git-credential |
