Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: cover `rad patch update` in doc test
Slack Coder committed 3 years ago
commit 215abde9e67241f7724d9d779d199bbdddfa7cb4
parent 98f09130bbbd027d5712a6787234e5caaf5059b6
1 file changed +24 -0
modified radicle-cli/examples/rad-patch.md
@@ -83,3 +83,27 @@ new file mode 100644
index 0000000..e69de29

```
+

+
Wait, lets add a README too! Just for fun.
+

+
```
+
$ touch README.md
+
$ git add README.md
+
$ git commit --message "add README for the YOLOs"
+
[flux-capacitor-power 6792455] add README for the YOLOs
+
 1 file changed, 0 insertions(+), 0 deletions(-)
+
 create mode 100644 README.md
+
$ rad patch update --message "Add README, just for the fun" --no-confirm 15141cf1497627e2db54362972dd9533f62d1dcb
+

+
🌱 Creating patch for heartwood
+

+
ok Pushing HEAD to storage...
+
ok Analyzing remotes...
+

+
15141cf1497 R0 (3e674d1) -> R1 (6792455)
+
1 commit(s) ahead, 0 commit(s) behind
+

+

+
ok Patch 15141cf1497627e2db54362972dd9533f62d1dcb updated 🌱
+

+
```