1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-04-24 20:56:17 +02:00
Files
Stefan Haller 4218f97a21 Don't default the base repo for pull requests to "origin"
When no base repository is configured using gh, we have several heuristics for
choosing a likely base repo before prompting the user. One of these was that if
the origin remote exists, we'd choose that. This may be the right choice in some
cases, but in many others it's not; for example, in the common scenario of a
forking setup where the upstream repo's remote is called after its owner, and
the fork remote is called origin, we would choose origin as the base repo, which
results in not showing any PRs. Don't do that, and instead prompt the user for
the base repo in this case.
2026-04-13 22:00:54 +02:00
..
2026-01-28 10:15:51 +01:00
2025-05-06 09:43:26 +02:00
2025-11-15 10:46:23 +01:00
2026-04-06 19:29:09 +02:00
2025-11-15 10:46:23 +01:00
2025-08-14 20:40:44 +02:00
2025-11-15 10:46:23 +01:00
2026-01-28 10:15:51 +01:00