From 9e5760e99969ca11424543d812cf5fe06dc40363 Mon Sep 17 00:00:00 2001 From: Alexander Brandstedt Date: Tue, 13 Jul 2021 13:27:37 +0200 Subject: [PATCH] adding set git credentials with more config --- dist/steps/set_gitcredential.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dist/steps/set_gitcredential.sh b/dist/steps/set_gitcredential.sh index 540f150a..98f5170b 100755 --- a/dist/steps/set_gitcredential.sh +++ b/dist/steps/set_gitcredential.sh @@ -30,3 +30,13 @@ else fi +echo "-------- git credentials ------------" +cat "${XDG_CONFIG_HOME}/.config/git/credentials" + +echo "---------- git config --list -------------" +git config --list + + +echo "---------- git config --list --show-origin -------------" +git config --list --show-origin +