adding set git credentials with more config

pull/278/head
Alexander Brandstedt 2021-07-13 13:27:37 +02:00
parent 87d7d936bf
commit 9e5760e999
1 changed files with 10 additions and 0 deletions

View File

@ -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