From 1d097d3d39f223fe65eca56dda359e68e9e18a14 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 8 Jan 2025 14:56:44 -0400 Subject: [PATCH] add git --- dot_gitconfig | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/dot_gitconfig b/dot_gitconfig index ffff640..1e96afb 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -1,16 +1,11 @@ [credential] credentialStore = secretservice - helper = - helper = /usr/bin/git-credential-manager -[credential "https://dev.azure.com"] - useHttpPath = true -[credential "https://git.shoebottom.ca"] - provider = generic + helper = /usr/lib/git-core/git-credential-libsecret [user] email = ir.shoebottom@gmail.com name = Isaac Shoebottom [core] - editor = nano + editor = micro autocrlf = false [init] defaultBranch = master