I get following error when i try to push the local changes to remote.
>git push origin HEAD:dealerpages
To https://bitbucket.org/xxxxxxxxx.git
! [rejected] HEAD -> dealerpages (non-fast-forward)
error: failed to push some refs to 'https://user@bitbucket.org/xxxxxxxxx.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Here is my complete graph:(git log --graph --oneline --all --decorate)
From master i had created two branches 1. psd_to_html 2. white_bkg. Stopped working with psd_to_html and dev continued with white_bkg branch. Later started new branch called dealerpages from white_bkg however messed few commits. Now how do i merge (origin/request-status) (origin/white_bkg) (origin/dealerpages) branches(showed in image) to dealerpages??