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.)
source
share