dotfiles/.gitconfig
2023-07-05 21:04:05 +02:00

18 lines
360 B
INI

[user]
name = Sergio Laín
email = sergiolain11@gmail.com
[safe]
directory = Repos/
[credential "https://github.com"]
username = matt
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = main
[protocol "file"]
allow = always
[credential]
helper = libsecret