quilt.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 03 Dec 2018 16:56:36 +0200
changeset 2288 b30c7905636d
child 2289 fdcdf49ddc71
permissions -rw-r--r--
Basic quilt flow.

=======
 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