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
# `quinjet remote forget`

Removes recent SSH repositories from local Quinjet state.

```bash
quinjet remote forget tuf-wired
quinjet remote forget tuf-wired --only-folder ~/src/project
```

Without `--only-folder`, every recent repository for the target is removed.
With a folder, only that target and folder pair is removed.