1
0
Fork 0

git: name change, remove absolute paths

This commit is contained in:
tea 2024-04-18 21:33:01 +02:00
parent 29a9e7637d
commit 9c5ef9acdc
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
[user]
email = tastytea@tastytea.de
name = tastytea
email = tea@tastytea.de
name = tea
signingkey = ~/.ssh/id_ed25519
[init]
templateDir = /home/tastytea/.config/git/template
templateDir = ~/.config/git/template
defaultBranch = main
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = /home/tastytea/.ssh/allowed_signers
allowedSignersFile = ~/.ssh/allowed_signers
[push]
default = simple
autoSetupRemote = true