Update Order how git user is configured

This commit is contained in:
Stefan Zweifel 2020-11-25 20:23:17 +01:00
parent 6c72ab7799
commit 8f9132651a

View File

@ -63,8 +63,8 @@ _setup_local_repository() {
# Configure Git
if [[ -z $(git config user.name) ]]; then
git config --global user.email "test@github.com"
git config --global user.name "Test Suite"
git config --global user.email "test@github.com"
fi
}