update git config
This commit is contained in:
15
.config/git/config
Normal file
15
.config/git/config
Normal file
@@ -0,0 +1,15 @@
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
[core]
|
||||
editor = helix
|
||||
|
||||
[color]
|
||||
status = always
|
||||
|
||||
[log]
|
||||
date = local
|
||||
|
||||
[include]
|
||||
path = config.user
|
||||
path = config.local
|
||||
3
.config/git/config.user##default
Normal file
3
.config/git/config.user##default
Normal file
@@ -0,0 +1,3 @@
|
||||
[user]
|
||||
name = Karsten Hachmeister
|
||||
email = karsten@hachmeister.org
|
||||
3
.config/git/config.user##u.hachmeisterk
Normal file
3
.config/git/config.user##u.hachmeisterk
Normal file
@@ -0,0 +1,3 @@
|
||||
[user]
|
||||
name = Karsten Hachmeister
|
||||
email = karsten.hachmeister@tib.eu
|
||||
Reference in New Issue
Block a user