From 60a5ceefd82c5f5a498de455fc7ee129e5a3b1e0 Mon Sep 17 00:00:00 2001 From: Scott Sutherland Date: Sun, 6 Oct 2024 21:19:23 -0500 Subject: [PATCH] Create .git-credentials --- Scripts/SampleConfigs/.git-credentials | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Scripts/SampleConfigs/.git-credentials diff --git a/Scripts/SampleConfigs/.git-credentials b/Scripts/SampleConfigs/.git-credentials new file mode 100644 index 0000000..f538769 --- /dev/null +++ b/Scripts/SampleConfigs/.git-credentials @@ -0,0 +1,4 @@ +https://username1:ghp_token1example@github.com +https://username2:ghp_token2example@bitbucket.org +https://my-gitlab-username:glpat_token3example@gitlab.com +https://username4:ghp_token4example@company-git.example.com