Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add a `rad sync -a` step to check if the issue is caused by the identity document changes not being automatically announced.
◌ CI pending Fabrice Bellamy committed 4 months ago
commit 19cbadbdb640226644eefb165021817d917411c0
parent d42960742f877f3cc5fc2efe7973acdd2bcde903
1 pending (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 -a
+
✓ Synced with 1 seed(s)
+
```
+

+
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`