How to update the site requesting the request after combining the download request?

Let's say that the GitHub repo Bsends a transfer request to the GitHub repository A, and suppose that the pull will not work without resolving some conflicts and merging.

Therefore, in order to accept the changes proposed B, the owner Amakes a request to unload from the offline repo, merges and pushes the merge to A. Now Ais at least one latch in front B.

How is it Bnow updated to synchronize with A? Can this be done completely from the GitHub web interface?

(I believe that one answer to the first question would be that the owner Bcould pull the contents of the repo Aand then drag the resulting state to the repository B, but I was wondering if there is a way to update the repository Bdirectly from the GitHub web interface.)

+1
source share
1 answer

As far as I know, the only way to achieve this using the GitHub web interface is to create a backflow request. This, however, is associated with an additional command merge, which is usually undesirable since it is summarized, and new pull requests from Bto Awill include all of these unnecessary commits.

, "Git Data" API, , .


, , :

  • master , mainline
  • master
  • , master, , master .

, , , pull.

+1

All Articles