This commit is contained in:
simono41 2020-03-10 09:28:27 +01:00
parent c09ef09c82
commit c3ffd139bc

4
sgit
View file

@ -35,4 +35,6 @@ if ! GIT_SSH_COMMAND="ssh -oPort=1022" git push "${push}" "${branch}"; then
echo "Konnte keine neuen Daten zum Server pushen!!!"
fi
git status
git pull
if ! GIT_SSH_COMMAND="ssh -oPort=1022" git pull "${push}" "${branch}"; then
echo "Konnte keine neuen Daten vom Server hollen!!!"
fi