Skip to content

Commit

Permalink
git push --force
Browse files Browse the repository at this point in the history
actually required in some cases
  • Loading branch information
fvanderbiest authored Jun 4, 2018
1 parent 55394b5 commit b220470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ do

if [ $REMOTE_NAME ] && [ $REMOTE_URL ]; then
# push to repository in the background
git push $REMOTE_NAME $REMOTE_BRANCH &
git push --force $REMOTE_NAME $REMOTE_BRANCH &
fi
done

0 comments on commit b220470

Please sign in to comment.