mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
When both `origin` and `upstream` are present, prefer `upstream` over `origin` as the default remote for the `trunk()` alias. This allows developers working on forks to have `trunk()` automatically point to the `main` branch of the upstream repository rather than their fork's origin. This is common when using the `gh` CLI to set up repositories. Resolves #7228 |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| testing | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| docs | ||
| LICENSE | ||