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