A co-worker has to use the force update option (in the GIT Zend Studio plugin) - otherwise we do not receive the commits he pushed.
I think this corresponds to git push -- force
which looks dangerous to me:
--force
Usually, the command refuses to update a remote ref that is not an ancestor of the local
ref used to overwrite it. This flag disables the check. This can cause the remote
repository to lose commits; use it with care.
What configuration has to be changed?