I was collaborating with @cloudhead via the rad cli and I was having trouble seeing their latest changes even though I rad pull and rad sync. Ended up being that I forgot to git fetch --all. I'm wondering if it's possible to add that to the rad commands. It seems intuitive to me.
I was collaborating with @cloudhead via the rad cli and I was having trouble seeing their latest changes even though I
rad pull
andrad sync
. Ended up being that I forgot togit fetch --all
. I'm wondering if it's possible to add that to therad
commands. It seems intuitive to me.