21 lines
398 B
Plaintext
21 lines
398 B
Plaintext
[user]
|
|
name = DevAdm
|
|
email = devadm@cloudnative.zone
|
|
signingkey = /home/devadm/.ssh/id_cdci.pub
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
[core]
|
|
quotepath = false
|
|
[commit]
|
|
template = /home/devadm/.stCommitMsg
|
|
gpgsign = true
|
|
[branch]
|
|
autosetuprebase = always
|
|
[init]
|
|
defaultBranch = main
|
|
[gpg]
|
|
format = ssh
|