From 67c6380a1043097a9aaae1a3c465fb14450da98a Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 10 Jun 2024 22:30:10 -0300 Subject: [PATCH] Update dotfiles --- dot_gitconfig | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dot_gitconfig b/dot_gitconfig index 53e11e7..89fd666 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -8,21 +8,9 @@ email = ir.shoebottom@gmail.com [init] defaultBranch = master -[credential "https://github.com"] - helper = gh auth git-credential -[credential "https://gist.github.com"] - helper = gh auth git-credential -[credential "https://vcs.cs.unb.ca"] - provider = generic -[credential "https://git.shoebottom.ca"] - provider = generic [core] autocrlf = false -[credential "helperselector"] - selected = manager [pull] rebase = true [credential] helper = C:/Users/Isaac/scoop/apps/git-credential-manager/current/git-credential-manager.exe -[credential "https://dev.azure.com"] - useHttpPath = true