mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(git): update gitconfig
This commit is contained in:
@@ -60,9 +60,10 @@
|
||||
smudge = git hawser smudge %f
|
||||
required = true
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean %f
|
||||
smudge = git-lfs smudge %f
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
required = true
|
||||
process = git-lfs filter-process
|
||||
[include]
|
||||
path = ~/.gitconfig_private
|
||||
[init]
|
||||
|
||||
Reference in New Issue
Block a user