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-patch - Interact with patches.

Commands

apply
         Apply patch.
         See git-pwpatch-apply(1) for full documentation on the apply command.

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

       download
         Download patch in diff or mbox format.
         See git-pwpatch-download(1) for full documentation on the download command.

       update
         Update one or more patches.
         See git-pwpatch-update(1) for full documentation on the update command.

       list
         List patches.
         See git-pwpatch-list(1) for full documentation on the list command.

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

Description

       Interact with patches.

       Patches  are  the  central object in Patchwork structure. A patch contains both a diff and some metadata,
       such as the name, the description, the author, the version of the patch etc. Patchwork  stores  not  only
       the patch itself but also various metadata associated with the email that the patch was parsed from, such
       as the message headers or the date the message itself was received.

Name

       git-pw-patch - Interact with patches.

Synopsis

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

See Also