radicle-heartwood-lfs/radicle-cli/examples/git
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
..
git-fetch.md cli: Don't sync on git-fetch 2023-12-13 14:47:14 +01:00
git-push-delete.md cli: Use `git push` to open or update patches 2023-05-12 12:22:08 +02:00
git-push-diverge.md cli: Hints system 2023-11-23 11:07:07 +01:00
git-push.md Don't allow the default branch to be deleted 2023-09-27 12:25:15 +02:00