dofiles-win/dot_gitconfig
2024-06-10 22:30:35 -03:00

19 lines
437 B
Plaintext

[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[user]
name = Isaac Shoebottom
email = ir.shoebottom@gmail.com
[init]
defaultBranch = master
[core]
autocrlf = false
[pull]
rebase = true
[credential]
helper = C:/Users/Isaac/scoop/apps/git-credential-manager/current/git-credential-manager.exe
[credential "https://git.shoebottom.ca"]
provider = generic