GIT-PW(1) | git-pw Manual | GIT-PW(1) |
git-pw - git-pw is a tool for integrating Git with...
git-pw [OPTIONS] COMMAND [ARGS]...
git-pw is a tool for integrating Git with Patchwork.
git-pw can interact with individual patches, complete patch series, and customized bundles. The three major subcommands are *patch*, *bundle*, and *series*.
The git-pw utility is a wrapper which makes REST calls to the Patchwork service. To use git-pw, you must set up your environment by configuring your Patchwork server URL and either an API token or a username and password. To configure the server URL, run::
git config pw.server http://pw.server.com/path/to/patchwork
To configure the token, run::
git config pw.token token
Alternatively, you can pass these options via command line parameters or environment variables.
For more information on any of the commands, simply pass ``--help`` to the appropriate command.
patch
Interact with patches.
See git-pw-patch(1) for full documentation on the patch
command.
series
Interact with series.
See git-pw-series(1) for full documentation on the series
command.
bundle
Interact with bundles.
See git-pw-bundle(1) for full documentation on the bundle
command.
2020-04-17 | 1.9.0 |