Man page - git-pw-patch-apply(1)
Packages contains this manual
- git-pw-bundle-remove(1)
- git-pw-patch-show(1)
- git-pw-series(1)
- git-pw-bundle-create(1)
- git-pw-patch-update(1)
- git-pw-series-list(1)
- git-pw-bundle-show(1)
- git-pw-bundle-list(1)
- git-pw-bundle-apply(1)
- git-pw-patch-list(1)
- git-pw-series-apply(1)
- git-pw-bundle-add(1)
- git-pw-patch-download(1)
- git-pw-bundle-delete(1)
- git-pw-bundle-update(1)
- git-pw-patch(1)
- git-pw-bundle-download(1)
- git-pw-bundle(1)
- git-pw-series-download(1)
- git-pw-series-show(1)
- git-pw(1)
- git-pw-patch-apply(1)
Package: git-pw
apt-get install git-pw
apt-get install git-pw
Manuals in package:
Documentations in package:
Manual
GIT-PW PATCH APPLY
NAMESYNOPSIS
DESCRIPTION
OPTIONS
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 dependencies if available. Defaults to using the most recent series.