Remove .config/git/config
Remove .zshrc Change attributes of .config/git/config
This commit is contained in:
parent
00077d17b1
commit
3a9d17c73b
3 changed files with 0 additions and 62 deletions
|
@ -1,6 +0,0 @@
|
|||
[user]
|
||||
email = nikolasweger@googlemail.com
|
||||
name = eeleater
|
||||
|
||||
[pull]
|
||||
rebase = false
|
6
dot_config/git/config.tmpl
Normal file
6
dot_config/git/config.tmpl
Normal file
|
@ -0,0 +1,6 @@
|
|||
[user]
|
||||
email = {{ .email }}
|
||||
name = {{ .name }}
|
||||
|
||||
[pull]
|
||||
rebase = false
|
Loading…
Add table
Add a link
Reference in a new issue