guix-dotfiles/home-config/gitconfig

15 lines
260 B
Plaintext
Raw Normal View History

2024-02-26 17:34:12 +00:00
[user]
email = ryan@rschanz.org
name = Ryan Schanzenbacher
[commit]
gpgSign = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[color]
ui = auto
[init]
defaultBranch = main