dofiles-win/dot_gitconfig

17 lines
376 B
Plaintext
Raw Normal View History

2024-02-03 16:02:24 -04:00
[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]
2024-06-10 22:25:22 -03:00
autocrlf = false
2024-05-28 18:45:41 -03:00
[pull]
rebase = true
2024-05-29 16:19:19 -03:00
[credential]
helper = C:/Users/Isaac/scoop/apps/git-credential-manager/current/git-credential-manager.exe