Can we switch to different remotes in github I have two remotes
upstream (main repo) origin (mywork)
Accidently, i created clone of upstream and created branches and worked in it. I want to miove all changes made to upstream's test branch to origin and also switch to origin. Now when ever I create a branch it is created in origin
Please suggest.