dotfiles/dot_gitconfig

24 lines
501 B
Plaintext

[credential]
credentialStore = secretservice
helper =
helper = /usr/bin/git-credential-manager
[credential "https://dev.azure.com"]
useHttpPath = true
[credential "https://git.shoebottom.ca"]
provider = generic
[user]
email = ir.shoebottom@gmail.com
name = Isaac Shoebottom
[core]
editor = nano
autocrlf = false
[init]
defaultBranch = master
[pull]
rebase = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true