.dotfiles/.gitconfig

18 lines
295 B
INI

[user]
name = Max Richter
email = jim-x@web.de
[init]
defaultBranch = main
[push]
autoSetupRemote = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[url "git@github.com:"]
insteadOf = https://github.com/