git: name change, remove absolute paths
This commit is contained in:
parent
29a9e7637d
commit
9c5ef9acdc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user