quinjet 0.0.47

A fast, live, keyboard-first Git source-control interface for the terminal
1
2
3
4
5
6
7
8
9
10
11
12
# `quinjet pr revert`

Creates a new pull request that reverts a merged pull request.

```bash
quinjet pr revert <number> [--title <text>] [--body <text>] [--draft] [--repo <owner/name>] [--refresh] [--yes]
```

GitHub supplies a default title and body when they are omitted. `--draft`
creates the revert as a draft. The source pull request must be merged, its
changes must still be revertible, and the viewer must be able to create the new
branch and pull request.