I have a 'featurex' branch extends from develop. When I make a pull request to develop I have conflicts. I'm trying to fix it on this lines:
Maybe my proccess is wrong...
The answer is git merge --continue and then git push.
As in, you resolve the conflict, then you dont have anything to commit of course, so you just do a git merge --continue and it will make an empty commit.
Other answer said something about git rebase but I guess rebase is not an option if you've commited already to the remote branch, because you're then forced to rewrite history. So you're forced to use git push --force which is a bad pattern. Which I guess it's ok for whoever follows these dark force practices of the sith.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With