@mcc
After you run `git fetch RB bb` then FETCH_HEAD should point to the commit that was fetched. I would then create a branch from that `git branch bb FETCH_HEAD`. Then later you can make it track remote branch using `git branch --set-upstream-to RB/bb bb`
Not sure if it's all that different from what you already tried though 🤔​