1
0

Initial commit

This commit is contained in:
2023-06-28 21:29:17 +03:00
commit bd10619b52
2 changed files with 396 additions and 0 deletions

13
dot_gitconfig.tmpl Normal file
View 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