This commit is contained in:
simono41 2020-03-10 10:32:35 +01:00
parent c3ffd139bc
commit 8048acd4eb

2
sgit
View file

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