-
Notifications
You must be signed in to change notification settings - Fork 130
Checkout branch in own fork #618
Comments
Whenever I'm out of sync I checkout the corresponding branch locally and Richard van Laak notifications@github.com schrieb am Mi., 23. März 2016
|
That works well for me too, but I remember my first experiences of using Git here and decided this is something that Github could facilitate with one simple button really well. That way you don't need the command line for this, as you already mentioned, simple action. |
#438? |
#121? |
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 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 inupstream
directly, which creates apatch-x
branch onorigin
.Basically having a button/action to checkout a branch from
upstream
toorigin
would be enough. Theupstream
branch changed it's default branch already for three times now, and changing the default branch via my local repo requires many unnecessary steps.The text was updated successfully, but these errors were encountered: