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.
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.