Multi-user Github Pull Requests

前端 未结 6 2042
深忆病人
深忆病人 2020-12-25 11:48

Is it possible to amend a pull request that someone else has started?

Assume I maintain project X, and User A has sent me a pull request. There\'s some things I wan

6条回答
  •  北海茫月
    2020-12-25 12:31

    Assuming you have read and write access to the user's github repository you can push to the branch that the pull request is coming from.

    It's on the bottom of the pull request before the MERGE PULL REQUEST button.

    You can add more commits to this pull request by pushing to the XXXXX branch on yyyy/zzzzz

提交回复
热议问题