logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-pw-bundle - Interact with bundles.

Commands

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

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

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

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

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

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

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

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

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

1.9.0                                              2020-04-17                                   GIT-PWBUNDLE(1)

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.

Name

       git-pw-bundle - Interact with bundles.

Synopsis

git-pwbundle [OPTIONS] COMMAND [ARGS]...

See Also