ref: 8409fecf5b74ad0b35b2957e776f2cded239a047
parent: 75fa6ffeff7da12a360bc8e013aa471757a2343a
author: mkf <mkf@cloud9p.org>
date: Sun Sep 15 02:52:46 EDT 2024
contributing.ms: add notes on how to send a patch in plan 9
--- a/contributing.ms
+++ b/contributing.ms
@@ -55,3 +55,18 @@
If you push access, you can send your documents directly,
otherwise, ask someone with commit access and send them a patch.
to send a patch in UNIX like systems:
+.P1
+WIP
+.P2
+.LP
+And to do so in Plan 9 (assuming you have git9):
+.P1
+; git/pull
+; git/branch -n my_new_branch
+; git/add foo.ms # if you have made new files
+; git/commit -m 'commit message' foo.ms
+; git/export > export.txt
+.P2
+and send him
+.CW export.txt
+file.