Hub: document pulling a pull request, updating it and pushing it back

Created on 8 Jul 2019  路  3Comments  路  Source: github/hub

One common use case for project maintainers is to update a broken pull request which was made by someone else.

Hub should be able to help maintainers doing the following steps:

  • grab a pull request
  • update the pull request (rebase or other change)
  • update the pull request (aka pushing it)
docs

Most helpful comment

Isn't As an open-source maintainer at https://hub.github.com/ what we're looking for?

All 3 comments

Sure, do you mean something like:

  1. hub pr checkout 123
  2. git commit ...
  3. git push?

Or any extra steps involved, in your experience? Where do you envision these docs to live?

Isn't As an open-source maintainer at https://hub.github.com/ what we're looking for?

FYI There is a pr but not a corresponding push in As an open source maintainer.

Was this page helpful?
0 / 5 - 0 ratings