radicle-heartwood-lfs/radicle-cli/examples/workflow
cloudhead 9ada30255b
cli: Don't sync on git-fetch
It's actually not such a great idea to sync on git-fetch and
git-ls-remote, as syncing is supposed to happen in the background
already, and if you want to force a sync, you can just call `rad sync`.

Previously, it would be annoying that when you called `rad sync` and
then `git fetch`, it would still attempt another sync, for example.

Moving forwards, it might make sense to call `git-fetch` on `rad sync`
(so the other way around), because `git-fetch` is free (it doesn't talk
to peers), and you almost always want your working copy up to date with
your storage.
2023-12-13 14:47:14 +01:00
..
1-new-project.md cli: Replace seedling emoji with alien invader 2023-04-25 12:47:36 +02:00
2-cloning.md cli: Add canonical remote to `init` and `checkout` 2023-04-24 15:42:00 +02:00
3-issues.md radicle: UserInfo for Repository::create 2023-11-09 16:43:34 +01:00
4-patching-contributor.md radicle: UserInfo for Repository::create 2023-11-09 16:43:34 +01:00
5-patching-maintainer.md cli: Don't sync on git-fetch 2023-12-13 14:47:14 +01:00
6-pulling-contributor.md remote-helper: Run sync on `git-fetch` 2023-09-27 12:29:46 +02:00