cli: fix rad-push-and-pull-patches

The call to `rad sync -a` can end up with different output if the `git
push` has already announced to the network -- ending up with the nodes
already be in sync.

Instead, for consistency, leave the syncing up to the `git push` and
remove the call to `rad sync`.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
This commit is contained in:
Fintan Halpenny 2023-11-24 15:40:19 +00:00
parent 538ca1e44d
commit bb5fb5e9d9
No known key found for this signature in database
GPG Key ID: 582959CEFC92CB4E
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ $ git push rad
$ git checkout -b bob/1 -q
$ git commit --allow-empty -m "Changes #1" -q
$ git push -o patch.message="Changes" rad HEAD:refs/patches
$ rad sync -a
✓ Synced with 1 node(s)
```
``` ~alice