You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
Github should have an option to easily checkout and synchronize with an upstream branch in the forked repository. My rvanlaak/symfony repository is completely out-of-date with symfony/symfony, so it would almost make more sense to remove the entire fork and clone it again then to make sure that their status is identical. Right now the easiest step to get a branch that is up-to-date is by modifying a file in upstream directly, which creates a patch-x branch on origin.
Basically having a button/action to checkout a branch from upstream to origin would be enough. The upstream branch changed it's default branch already for three times now, and changing the default branch via my local repo requires many unnecessary steps.
Github should have an option to easily checkout and synchronize with an upstream branch in the forked repository. My
rvanlaak/symfonyrepository is completely out-of-date withsymfony/symfony, so it would almost make more sense to remove the entire fork and clone it again then to make sure that their status is identical. Right now the easiest step to get a branch that is up-to-date is by modifying a file inupstreamdirectly, which creates apatch-xbranch onorigin.Basically having a button/action to checkout a branch from
upstreamtooriginwould be enough. Theupstreambranch changed it's default branch already for three times now, and changing the default branch via my local repo requires many unnecessary steps.