From 6d7131b0d90b96ff45747ca309d46cc69da1455f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 1 Aug 2021 16:45:55 +0200 Subject: Include config for using AWS codecommit --- .config/git/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 0e48086..9b9596d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -30,7 +30,8 @@ excludesfile = ~/.config/git/ignore [credential "https://git-codecommit.eu-central-1.amazonaws.com"] - helper = !aws --profile "$AWS_PROFILE" codecommit credential-helper $@ + helper = !aws --profile "xx-lab" codecommit credential-helper $@ + UseHttpPath = true [diff] tool = vimdiff -- cgit v1.1