git: Always use same mail for repo

This commit is contained in:
2024-04-13 17:12:41 +02:00
parent 0b237bd9bc
commit 07884738b8
2 changed files with 5 additions and 0 deletions

View File

@@ -122,3 +122,5 @@
defaultBranch = master
[safe]
directory = /var/lib/dotfiles
[includeIf "gitdir:/var/lib/dotfiles"]
path = /var/lib/dotfiles/gitcfg

3
gitcfg Normal file
View File

@@ -0,0 +1,3 @@
[user]
email = hannes@hkoerber.de
name = Hannes Körber