I have an application that has some local and remote branchs, but I had to make a git reset --hard HEAD~1
in the dev and development branches (as in the image below) each of these branches have remote ( remotes / dev / master and remotes / origin / development , respectively), and now they are in front of the local branches. How do I align the remote branches with the locations, that is, I want all branches to commit "Removing city from the required parameters" . Is it possible?
Image from my local repository:
Note: When giving push
I have a conflict:
! [rejected] desenvolvimento -> desenvolvimento (non-fast-forward)
error: failed to push some refs to '[email protected]:augustoppimenta/recruti.git'
dica: Updates were rejected because the tip of your current branch is behind
dica: its remote counterpart. Integrate the remote changes (e.g.
dica: 'git pull ...') before pushing again.
dica: See the 'Note about fast-forwards' in 'git push --help' for details.