quinjet 0.0.46

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

Brings a pull request's head branch up to date with its base branch.

```bash
quinjet pr update-branch <number> [--rebase] [--repo <owner/name>] [--refresh] [--yes]
```

The default merges the base into the head. `--rebase` rebases the head onto the
base instead. GitHub rejects conflicts, deleted head branches, disabled update
buttons, and viewers who cannot update the branch.