Files
dotfiles-win/dot_gitconfig
2026-03-24 13:12:33 -03:00

21 lines
469 B
Plaintext

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