jj-gh-0.2.10
jj tools for working with GitHub PRs
Back to search · Project homepage
Description
jj tools for working with GitHub PRs from your terminal.
- Create PRs locally from your preferred editor, for any revision ID
- Intelligently supports stacked PRs by choosing the correct base if
the revision has an ancestor bookmark for which an open PR exists
- Enable auto-merge for a PR by its revision ID, without having to know
or find its PR number (e.g. jj pr auto-merge zqxy)
- Create local bookmarks for PRs, including across forks
(e.g. jj pr fetch 1234 && jj new pr-1234/..., useful for testing PRs)
- Show PR metadata like number and CI status in commit graph
(e.g. jj pr log)
- Interactively re-stack PRs (update PR base branch based on local
revision graph shape)
All from the comfort of your terminal, without touching GitHub's web UI.
Package information
- Ports path
- devel/jj-gh
- Package architecture
- amd64
- Maintainer
- Theo Buehler <tb@openbsd.org>
- Categories
- devel, lang/rust
- Available flavors
- None listed
- Excluded architectures
- sparc64
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Runtime
Build
- devel/cargo-generate-vendor STEM->=1.1
- lang/rust