2024-03-03 16:59:32 +00:00
|
|
|
[user]
|
|
|
|
name = Jeff LANCE
|
2024-03-03 17:23:46 +00:00
|
|
|
email = "{{ .email }}"
|
2024-04-10 21:32:20 +00:00
|
|
|
{{- if not (empty .signinkey) -}}
|
2024-03-10 19:14:01 +00:00
|
|
|
signinkey = "{{ .signinkey }}"
|
2024-04-10 21:32:20 +00:00
|
|
|
{{- end -}}
|
2024-03-03 16:59:32 +00:00
|
|
|
[core]
|
|
|
|
excludesfile = /home/jeff/.gitignore.global
|
|
|
|
[credential]
|
|
|
|
helper = store
|
|
|
|
[init]
|
|
|
|
defaultBranch = master
|
|
|
|
[pull]
|
|
|
|
ff = only
|
|
|
|
[gui]
|
|
|
|
fontui = -family \"FantasqueSansMono Nerd Font\" -size 11 -weight normal -slant roman -underline 0 -overstrike 0
|
|
|
|
fontdiff = -family \"FantasqueSansM Nerd Font Mono\" -size 11 -weight normal -slant roman -underline 0 -overstrike 0
|
|
|
|
tabsize = 4
|