its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. code example
Example: git updates were rejected because the tip of your current branch is behind
git push -f origin master
git push -f origin master