dotfiles/dot_gitconfig

11 lines
207 B
Plaintext
Raw Normal View History

2023-02-11 14:11:00 +01:00
[user]
name = Jan Eitzinger
email = jan@moebiusband.org
[pull]
rebase = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true