The orange shows the local branch, the yellow shows the remote branch.
I rebased my branch locally. Then to push the changes to remote, I performed a pull (because it had informed me that my branch is now behind), and then a push. Am I supposed to do a force push? Or delete remote and then push?
Since the two branches are now "merged", is my best course of action to perform a reset/delete of the merge, delete the remote branch, and then push again?