radicle-cli
radicle-cli copied to clipboard
Add `git fetch -all` to `rad sync` or `rad pull`
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.