Initial commit
This commit is contained in:
13
dot_gitconfig.tmpl
Normal file
13
dot_gitconfig.tmpl
Normal file
@@ -0,0 +1,13 @@
|
||||
[user]
|
||||
name = {{ dig "void" "gitname" "void" . }}
|
||||
email = void.sp@gmail.com
|
||||
[push]
|
||||
default = simple
|
||||
[commit]
|
||||
verbose = true
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[pull]
|
||||
ff = only
|
||||
|
||||
Reference in New Issue
Block a user