Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
man: make a note on draft patches
Merged fintohaps opened 1 year ago

Include a note on making draft patches – whether via the remote helper, or via the CLI – in the section on opening patches.

1 file changed +12 -0 7d28d1e6 ee0d19f2
modified rad-patch.1.adoc
@@ -197,6 +197,18 @@ This means your branch is now associated with the newly opened patch, and any
push from this branch will result in the patch being updated. See the next
section on updating a patch for more information.

+
****
+
*Note on draft patches*
+

+
To create a draft patch, we can use the option *-o patch.draft*.
+

+
If we want to turn an open patch to a draft after the fact we can use the
+
*ready* subcommand
+

+
    $ rad patch ready  --undo
+

+
****
+

=== Options

When opening a patch, various options can be specified using git push options.