From deb66207b39fc18baae79996d61a52a4414f9b81 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Tue, 18 Nov 2025 20:39:50 -0500 Subject: [PATCH] feat: Update .gitconfig to add credentials for git.ptrwd.com --- dotfiles/.gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig index aca0b98..c07ba14 100644 --- a/dotfiles/.gitconfig +++ b/dotfiles/.gitconfig @@ -14,3 +14,8 @@ [core] autocrlf = input eol = lf +[credential "https://git.ptrwd.com"] + username = peterwood + provider = generic +[credential] + helper = cache