leffa / .gitconfig
dhairya16's picture
Upload folder using huggingface_hub
a45dd37 verified
[core]
excludesfile = /settings/.global_gitignore
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process