Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
add a `rad inspect --refs` before and after the `rad fork` to understand its effect
✗ CI failure Fabrice Bellamy committed 4 months ago
commit d266838f91479ce46a0c50b9fbb230af3a9b4b2b
parent 9fb4be044cfa68dee929c2ed370d3157e8977cf9
5 failed (5 total) View logs
1 file changed +57 -0
modified crates/radicle-cli/examples/unmerged-patch.md
@@ -122,10 +122,45 @@ $ git ls-remote rad://z42hL2jL4XNk6K8oHQaSWfMgCL7ji/z6MknSLrJoTcukLrE435hVNQT4JU

Bob, who has just been added as a delegate will now merge the patch created by Alice

+

``` ~bob
$ cd heartwood
+
$ rad inspect --refs
+
z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
+
└── refs
+
    ├── cobs
+
    │   └── xyz.radicle.id
+
    │       └── 0656c217f917c3e06234771e9ecae53aba5e173e
+
    ├── heads
+
    │   └── master
+
    └── rad
+
        ├── id
+
        ├── root
+
        └── sigrefs
$ rad fork
✓ Forked repository rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji for z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
+
$ rad inspect --refs
+
z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
+
└── refs
+
    ├── cobs
+
    │   └── xyz.radicle.id
+
    │       └── 0656c217f917c3e06234771e9ecae53aba5e173e
+
    ├── heads
+
    │   └── master
+
    └── rad
+
        ├── id
+
        ├── root
+
        └── sigrefs
+
z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk
+
└── refs
+
    ├── heads
+
    │   └── master
+
    └── rad
+
        ├── root
+
        └── sigrefs
+
```
+

+
``` ~bob
$ rad inspect --delegates
did:key:z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi (alice)
did:key:z6Mkt67GdsW7715MEfRuP4pSZxJRJh6kj6Y48WRqVv4N1tRk (bob)
@@ -213,3 +248,25 @@ $ rad patch show df868fc
│   └─ ✓ merged                by bob (you)                 │
╰───────────────────────────────────────────────────────────╯
```
+

+
``` ~alice
+
$ rad patch show df868fc
+
╭─────────────────────────────────────────────────────────╮
+
│ Title     Define power requirements                     │
+
│ Patch     df868fc7985fa7217aaef8423d73a077868c02b3      │
+
│ Author    alice (you)                                   │
+
│ Head      3e674d1a1df90807e934f9ae5da2591dd6848a33      │
+
│ Base      f2de534b5e81d7c6e2dcaf58c3dd91573c0a0354      │
+
│ Branches  flux-capacitor-power                          │
+
│ Commits   up to date                                    │
+
│ Status    merged                                        │
+
│                                                         │
+
│ See details.                                            │
+
├─────────────────────────────────────────────────────────┤
+
│ 3e674d1 Define power requirements                       │
+
├─────────────────────────────────────────────────────────┤
+
│ ● Revision df868fc @ 3e674d1 by alice (you) now         │
+
│   └─ ✓ accepted              by bob z6Mkt67…v4N1tRk now │
+
│   └─ ✓ merged                by bob z6Mkt67…v4N1tRk     │
+
╰─────────────────────────────────────────────────────────╯
+
```