1
0
Files
dotfiles/dot_gitconfig.tmpl
2023-06-28 21:45:53 +03:00

14 lines
189 B
Cheetah

[user]
name = {{ dig "username" "void" . }}
email = void.sp@gmail.com
[push]
default = simple
[commit]
verbose = true
[init]
defaultBranch = main
[pull]
ff = only