something about Forgejo/GitLab/GitHub I found out way too late: When you want to check out the code from a PR, you don't have to add a new remote, but can instead just pull the `refs/pull/<PR number>` git ref from the repo the PR was opened on.
@cyclopentane ohh, that's useful! didn't know that either!
@cyclopentane There's also the "reverse" in Forgejo, creating a pull request without a fork https://forgejo.org/docs/latest/user/agit-support/
AGit Workflow Usage | Forgejo – Beyond coding. We forge.

FR: Pushing and fetching arbitrary refs · Issue #4388 · jj-vcs/jj

Is your feature request related to a problem? Please describe. Currently, there is no way to use jj to push or fetch an arbitrary ref from the remote. This causes problems for e.g. Gerrit as discus...

GitHub