dotfiles/config/git/gitconfig

16 lines
280 B
Text
Raw Normal View History

2019-05-05 19:24:14 +02:00
[user]
name = Inhji
email = johnnie@posteo.de
username = inhji
[core]
excludesfile = ~/.gitignore
2022-12-29 08:36:38 +01:00
[init]
2023-06-11 10:02:20 +02:00
defaultBranch = main
[pull]
ff = true
2023-10-21 10:02:20 +02:00
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true