add git pull config

This commit is contained in:
rootzoll 2021-12-19 16:59:25 +01:00
parent 37d1f05a85
commit 95f979c734

View File

@ -134,6 +134,7 @@ if [ ${vagrant} -eq 0 ]; then
echo "# REPO ----> ${origin}"
echo "# BRANCH --> ${activeBranch}"
echo "# ******************************************"
git config pull.rebase true
git pull 1>&2
cd ..
else