2022-11-15 03:58:01 +00:00
|
|
|
[user]
|
|
|
|
email = me@afonsofrancof.com
|
|
|
|
name = afonsofrancof
|
2023-05-02 15:02:47 +01:00
|
|
|
signingkey = ~/.ssh/id_ed25519_sk.pub
|
2022-11-15 03:58:01 +00:00
|
|
|
[filter "lfs"]
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
[core]
|
|
|
|
autocrlf = input
|
|
|
|
[commit]
|
|
|
|
gpgsign = true
|
|
|
|
[gpg]
|
2023-05-02 15:02:47 +01:00
|
|
|
format = ssh
|
2022-11-15 03:58:01 +00:00
|
|
|
[tag]
|
|
|
|
gpgsign = true
|
2023-05-21 20:18:09 +01:00
|
|
|
[pull]
|
|
|
|
rebase = false
|
2023-10-18 18:39:47 +01:00
|
|
|
[init]
|
|
|
|
defaultBranch = main
|