If you name the new branch showzoom and force push it, it will update the original PR.

For example:

$ git branch -m showzoom showzoom-messed-up
$ git branch -m showzoom2 showzoom
$ git push <yourRemote> +showzoom


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.