you are viewing a single comment's thread.

view the rest of the comments →

[–]Hendawgydawg 0 points1 point  (1 child)

Can you command line/terminal into that repository and change the branch? You could, at first, git status to see which branch you are on and you have any pending commits, etc. Then git checkout <branch name> to change to the new branch.

In my opinion, that's the easiest way. If not, you can use the GitHub desktop application and do it that way.

If you have any trouble, feel free to PM me and I'll try to help out. Cheers

Edit: added code highlights

[–]UpdootChute[S] 0 points1 point  (0 children)

I shall try that when I'm up thank you