seveas / git-spindle

Abandoned command-line interface to GitHub and other central git services
Other
172 stars 35 forks source link

Make it possible to update an existing PR #120

Closed Vampire closed 7 years ago

Vampire commented 8 years ago

It would be nice if either git hub pull-request would force-push the current branch if a pull-request is already existing, or if there would be a new sub-command git hub update-pull-request that does the force-push for an existing pull request.

Vampire commented 7 years ago

Hm, actually this works. Either I made a faulty test or just was hit by #121 here too. The branch actually is force-pushed after asking whether it should and then an error happens that causes the pr message to be saved. Here the error from #121 came, but the push works.