8
I have an app that has some local and remote branchs, only I had to perform a git reset --hard HEAD~1
in the branchs dev and development(as in the image below), and each of these branchs have remote (remotes/dev/master and remotes/origin/development, respectively) and now they are ahead of the local branchs. How do I align remote branchs with locations, I want all branches to commit "Removing city from the required parameters". It is possible?
Screenshot of my local repository:
Note: When giving one push
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.
I’m going to have to do some tests here, because I didn’t quite understand your principle since I thought you were going through a situation that I had recently, rs.. in the meantime I’ll delete my reply :/
– Math
Beauty then. Thank you so much for your help!
– augustoppimenta
@Math Brigadão. :)
– augustoppimenta