Jafner.net/dotfiles/.gitconfig

25 lines
487 B
INI
Raw Normal View History

2024-06-04 03:04:47 -07:00
[user]
name = Joey Hafner
email = joey@jafner.net
2024-06-04 03:04:47 -07:00
[init]
defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential "https://huggingface.co"]
username = ShortSwedishMan
[core]
editor = nano
excludesfile = ~/.gitignore
autocrlf = input
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[push]
default = simple
[pull]
rebase = true