This commit is contained in:
Isaac Shoebottom 2025-01-08 14:56:44 -04:00
parent 9903dc7529
commit 1d097d3d39

View File

@ -1,16 +1,11 @@
[credential] [credential]
credentialStore = secretservice credentialStore = secretservice
helper = helper = /usr/lib/git-core/git-credential-libsecret
helper = /usr/bin/git-credential-manager
[credential "https://dev.azure.com"]
useHttpPath = true
[credential "https://git.shoebottom.ca"]
provider = generic
[user] [user]
email = ir.shoebottom@gmail.com email = ir.shoebottom@gmail.com
name = Isaac Shoebottom name = Isaac Shoebottom
[core] [core]
editor = nano editor = micro
autocrlf = false autocrlf = false
[init] [init]
defaultBranch = master defaultBranch = master