+[2016-10-09T21:49:16Z]GeoI guess thats a form of rebase as well, huh +[2016-10-09T22:58:32Z]dataangelI forked someone else's repository, cloned it, made a change and pushed. Then when I was making the pull request I realized I made a mistake. What is the correct workflow for changing my commit? If no one else commits to my fork, should I just amend locally and force push, or is there a better way? +[2016-10-09T23:18:20Z]milkidataangel: yes, amend and force push your branch +[2016-10-09T23:18:44Z]milkidataangel: updating your branch is how you update a pull request +[2016-10-09T23:38:28Z]dataangelmilki: thanks
omg, github blocked in my country, i can't believe it.
+[2016-10-10T10:19:58Z]hgutmannHello. +[2016-10-10T12:11:05Z]daleharveyI have a branch that requires review, I have review but needed to rebase and I want to push from the CL but gets rejected, is there any way around that? +[2016-10-10T12:12:16Z]Seveaspush -f +[2016-10-10T12:21:41Z]daleharveyits a protected brranch, so no push -f +[2016-10-10T12:24:02Z]Seveasthen push a new branch