Skip to content

Commit

Permalink
Simplify Codespaces Git config
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Feb 27, 2024
1 parent 9d22644 commit 95bf861
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dot_gitconfig.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@
{{- if .signingkey }}
signingKey = {{ .signingkey }}
{{- end }}
{{- end }}
[tag]
forceSignAnnotated = true
[commit]
gpgSign = true
[gpg]
{{- if eq .chezmoi.os "windows" }}
{{- if eq .chezmoi.os "windows" }}
program = "C:\\Program Files (x86)\\gnupg\\bin\\gpg.exe"
{{- else }}
{{- else }}
format = ssh
{{- end }}
{{- end }}
[diff]
# Detect copies as well as renames
Expand Down

0 comments on commit 95bf861

Please sign in to comment.