2022-11-15 03:58:01 +00:00
|
|
|
[user]
|
2024-04-08 13:48:53 +01:00
|
|
|
email = afonso@francof.net
|
|
|
|
name = afonso
|
2024-05-01 18:53:15 +01:00
|
|
|
signingkey = ~/.ssh/touch_key
|
2024-02-22 11:39:22 +00:00
|
|
|
[includeIf "hasconfig:remote.*.url:https://github.com/**"]
|
2024-04-08 13:48:53 +01:00
|
|
|
path = ~/.gitconfig-gh
|
2024-02-22 11:39:22 +00:00
|
|
|
[includeIf "hasconfig:remote.*.url:ssh://git@github.com/**"]
|
2024-04-08 13:48:53 +01:00
|
|
|
path = ~/.gitconfig-gh
|
2022-11-15 03:58:01 +00:00
|
|
|
[filter "lfs"]
|
2024-04-08 13:48:53 +01:00
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
2022-11-15 03:58:01 +00:00
|
|
|
[core]
|
2024-04-08 13:48:53 +01:00
|
|
|
autocrlf = input
|
|
|
|
pager = delta
|
|
|
|
[interactive]
|
|
|
|
diffFilter = delta --color-only
|
|
|
|
[delta]
|
|
|
|
navigate = true
|
|
|
|
[merge]
|
|
|
|
conflictstyle = diff3
|
|
|
|
[diff]
|
|
|
|
colorMoved = default
|
2022-11-15 03:58:01 +00:00
|
|
|
[commit]
|
2024-04-08 13:48:53 +01:00
|
|
|
gpgsign = true
|
2022-11-15 03:58:01 +00:00
|
|
|
[gpg]
|
2024-04-08 13:48:53 +01:00
|
|
|
format = ssh
|
2022-11-15 03:58:01 +00:00
|
|
|
[tag]
|
2024-04-08 13:48:53 +01:00
|
|
|
gpgsign = true
|
2023-05-21 20:18:09 +01:00
|
|
|
[pull]
|
2024-04-08 13:48:53 +01:00
|
|
|
rebase = false
|
2023-10-18 18:39:47 +01:00
|
|
|
[init]
|
2024-04-08 13:48:53 +01:00
|
|
|
defaultBranch = main
|