1
0
Files
dotfiles/dot_gitconfig.tmpl
2023-06-28 22:50:40 +03:00

14 lines
170 B
Cheetah

[user]
name = {{ .username }}
email = {{ .email }}
[push]
default = simple
[commit]
verbose = true
[init]
defaultBranch = main
[pull]
ff = only