i figured it out. 1. delete master branch on fork 2. git push origin upstream/dev/master:refs/heads/master 3. git checkout -b master origin/master
On Apr 13, 10:10 pm, slava <[email protected]> wrote: > I want to set my branches for a forked repo like this: > master -> origin/master -> upstream/dev/master > > where my master branch tracks upstream's dev/master branch > > how would i do that? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
