Git: Merge a Remote branch locally

I’ve pulled all remote branches via git fetch --all. I can see the branch I’d like to merge via git branch -a as remotes/origin/branchname. Problem is it is not accessible. I can’t merge or checkout.

5 Answers
5

Leave a Comment