Fixed git config

This commit is contained in:
Brian Zalewski 2023-08-08 14:33:16 -04:00 committed by GitHub
parent 45f4a690c1
commit 8501bdac4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,9 +63,9 @@
helper = cache --timeout=3600
credentialStore = {{ if eq .host.distro.id "darwin" }}keychain{{ else }}{{ if eq .host.distro.id "windows" }}wincredman{{ else }}secretservice{{ end }}{{ end }}
[credential "https://github.com"]
helper = !{{ output "which" "gh" }} auth git-credential
helper = !{{- output "which" "gh" -}} auth git-credential
[credential "https://gist.github.com"]
helper = !{{ output "which" "gh" }} auth git-credential
helper = !{{- output "which" "gh" -}} auth git-credential
[delta]
features = Betelgeuse
[delta "Betelgeuse"]