Add dot_gitconfig.tmpl
This commit is contained in:
parent
f27ccf9038
commit
ba7b0873a1
1 changed files with 6 additions and 0 deletions
6
dot_gitconfig.tmpl
Normal file
6
dot_gitconfig.tmpl
Normal file
|
@ -0,0 +1,6 @@
|
|||
[user]
|
||||
email = {{ .email }}
|
||||
name = {{ .chezmoi.group }}
|
||||
|
||||
[pull]
|
||||
rebase = false
|
Loading…
Add table
Reference in a new issue