- Multiple users working on a repo
- user a has branch A and user b has branch B
- user a needs to merge branch B into branch A
- merge fails as branch B is only on the server (remote) rather than local
Using Git version 2.26.2-82
The workaround is to :
- user a does a checkout branch B - this gets it local
- user a does a checkout branch A - return to the users branch
- user a can successfully do a git merge
I've tried git fetch --all and it does not fetch branch B to the local repo.
Thoughts? Is this a bug in the git version I'm using? Known bug?
Other thoughts/suggestions.
------------------------------
LionelDyck <><
https://github.com/zigi
https://github.com/lbdyck
------------------------------