table of contents
| GIT-PW PATCH APPLY(1) | git-pw patch apply Manual | GIT-PW PATCH APPLY(1) |
NAME¶
git-pw-patch-apply - Apply patch.
SYNOPSIS¶
git-pw patch apply [OPTIONS] PATCH_ID [ARGS]...
DESCRIPTION¶
Apply patch.
Apply a patch locally using the 'git-am' command. Any additional ARGS
provided will be passed to the 'git-am' command.
OPTIONS¶
- --series SERIES
- Series to include dependencies from. Defaults to latest.
- --deps / --no-deps
- When applying the patch, include series dependencies if available. Dependencies are retrieved from the most recent series by default. Defaults to the value of 'git config pw applyPatchDeps' else 'true'.
| 2024-10-23 | 2.7.0 |