Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add a `rad sync -i` step to check if the issue is caused by the identity document changes not being automatically announced.
✗ CI failure Fabrice Bellamy committed 4 months ago
commit a90f046d987c9d5ca2c098cef35da13bbbb33d27
parent d42960742f877f3cc5fc2efe7973acdd2bcde903
1 failed (1 total) View logs
1 file changed +7 -1
modified crates/radicle-cli/examples/workflow-2/3-delegate.md
@@ -35,6 +35,12 @@ $ rad id update --title "Add Bob" --description "Add Bob as a delegate" --delega
 }
```

-
alice should not need to follow bob, and then create
+
Identity document changes might not be automatically announced. So we have to manually do it
+
```
+
$ rad sync -i
+
✓ Announcing inventory to 1 peers..
+
```
+

+
Note that alice should not need to follow bob, and then create
a tracking branch in its working copy, using the `rad remote add`,
because by default its policy scope is `all`