quilt.rst
changeset 2288 b30c7905636d
child 2289 fdcdf49ddc71
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/quilt.rst	Mon Dec 03 16:56:36 2018 +0200
@@ -0,0 +1,20 @@
+=======
+ quilt
+=======
+.. contents::
+   :local:
+
+Basic flow
+==========
+
+Basic Quilt flow::
+
+  $ cd $proj
+  $ quilt new my.patch
+  $ quilt add $file
+  $ $EDIT $file
+  $ quilt diff -z
+  $ quilt refresh
+  $ quilt pop
+  $ quilt push
+