Provided by: git-pw_2.0.0-2_all bug

NAME

       git-pw-bundle - Interact with bundles.

SYNOPSIS

       git-pw bundle [OPTIONS] COMMAND [ARGS]...

DESCRIPTION

       Interact with bundles.

       Bundles  are  custom,  user-defined  groups  of patches. Bundles can be used to keep patch
       lists, preserving order, for future inclusion in a tree. There's no restriction of  number
       of  patches and they don't even need to be in the same project. A single patch also can be
       part of multiple bundles at the same time.  An example of Bundle usage  would  be  keeping
       track of the Patches that are ready for merge to the tree.

COMMANDS

       apply
         Apply bundle.
         See git-pw bundle-apply(1) for full documentation on the apply command.

       show
         Show information about bundle.
         See git-pw bundle-show(1) for full documentation on the show command.

       download
         Download bundle in mbox format.
         See git-pw bundle-download(1) for full documentation on the download command.

       list
         List bundles.
         See git-pw bundle-list(1) for full documentation on the list command.

       create
         Create a bundle.
         See git-pw bundle-create(1) for full documentation on the create command.

       update
         Update a bundle.
         See git-pw bundle-update(1) for full documentation on the update command.

       delete
         Delete a bundle.
         See git-pw bundle-delete(1) for full documentation on the delete command.

       add
         Add one or more patches to a bundle.
         See git-pw bundle-add(1) for full documentation on the add command.

       remove
         Remove one or more patches from a bundle.
         See git-pw bundle-remove(1) for full documentation on the remove command.