1
0

update git config

This commit is contained in:
Karsten Hachmeister
2025-01-31 12:35:46 +01:00
parent edf8dad73b
commit ed5fbd5ff4
4 changed files with 21 additions and 29 deletions

15
.config/git/config Normal file
View File

@@ -0,0 +1,15 @@
[init]
defaultBranch = master
[core]
editor = helix
[color]
status = always
[log]
date = local
[include]
path = config.user
path = config.local

View File

@@ -0,0 +1,3 @@
[user]
name = Karsten Hachmeister
email = karsten@hachmeister.org

View File

@@ -0,0 +1,3 @@
[user]
name = Karsten Hachmeister
email = karsten.hachmeister@tib.eu