File: git-pw-bundle-remove.1

package info (click to toggle)
git-pw 2.0.0-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 480 kB
  • sloc: python: 1,972; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.TH "GIT-PW BUNDLE REMOVE" "1" "2020-04-17" "1.9.0" "git-pw bundle remove Manual"
.SH NAME
git-pw\-bundle\-remove \- Remove one or more patches from a bundle.
.SH SYNOPSIS
.B git-pw bundle remove
[OPTIONS] BUNDLE_ID PATCH_IDS...
.SH DESCRIPTION
Remove one or more patches from a bundle.
.PP
Remove the provided PATCH_IDS to bundle BUNDLE_ID.
.PP
Requires API version 1.2 or greater.
.SH OPTIONS
.TP
\fB\-f,\fP \-\-format [simple|table|csv]
Output format. Defaults to the value of 'git config pw.format' else 'table'.