fix
This commit is contained in:
parent
c09ef09c82
commit
c3ffd139bc
1 changed files with 3 additions and 1 deletions
4
sgit
4
sgit
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue