dotfiles/dot_gitconfig

18 lines
364 B
Plaintext
Raw Permalink Normal View History

2024-02-05 09:08:06 -04:00
[credential]
credentialStore = secretservice
2024-09-18 12:46:39 -03:00
helper = /usr/bin/git-credential-manager
2024-02-05 09:08:06 -04:00
[credential "https://dev.azure.com"]
useHttpPath = true
[credential "https://git.shoebottom.ca"]
provider = generic
[user]
email = ir.shoebottom@gmail.com
name = Isaac Shoebottom
2024-09-18 12:46:39 -03:00
[core]
editor = nano
2024-09-18 13:28:19 -03:00
autocrlf = false
[init]
defaultBranch = master
[pull]
rebase = true