radicle-dev / radicle-cli

Radicle CLI
https://app.radicle.network/alt-clients.radicle.eth/radicle-cli
GNU General Public License v3.0
87 stars 22 forks source link

Add `git fetch -all` to `rad sync` or `rad pull` #268

Open juliendonck opened 2 years ago

juliendonck commented 2 years ago

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.