Fixed issue with git config

This commit is contained in:
Brian Zalewski 2023-08-18 01:52:55 -04:00 committed by GitHub
parent f5133f057e
commit e635d88241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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