commit d1f492f218cd9415c5b5fef9e5b8e8a8863a2865 Author: Isaac Shoebottom Date: Mon Feb 5 09:08:06 2024 -0400 Initial commit diff --git a/dot_gitconfig b/dot_gitconfig new file mode 100644 index 0000000..10860aa --- /dev/null +++ b/dot_gitconfig @@ -0,0 +1,11 @@ +[credential] + credentialStore = secretservice + helper = + helper = /usr/local/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