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

17 lines
376 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