remove git config cat

pull/278/head
Alexander Brandstedt 2021-07-13 14:53:18 +02:00
parent c7a8cf761d
commit c633b23159
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ else
git config --global url."https://ssh:$GIT_CREDENTIAL@github.com/".insteadOf "ssh://git@github.com/"
git config --global url."https://git:$GIT_CREDENTIAL@github.com/".insteadOf "git@github.com:"
echo "-------- git credentials ------------"
cat "${XDG_CONFIG_HOME}/.config/git/credentials"
fi
echo "---------- git config --list -------------"