diff --git a/radicle-cli/examples/rad-push-and-pull-patches.md b/radicle-cli/examples/rad-push-and-pull-patches.md index 42765151..c0880225 100644 --- a/radicle-cli/examples/rad-push-and-pull-patches.md +++ b/radicle-cli/examples/rad-push-and-pull-patches.md @@ -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