Re: [PATCH] status: show default branch comparison when tracking non-default branch
From: Chris Torek <hidden>
Date: 2025-12-23 14:22:20
From: Chris Torek <hidden>
Date: 2025-12-23 14:22:20
On Tue, Dec 23, 2025 at 6:18 AM Harald Nordgren [off-list ref] wrote:
I played around with pushRemote and I'm not getting it to do something that's useful for me here. Granted I'm not an expert there so happy to take some hints on how to use it more specifically.
I've never actually used it myself. You do have to set it manually (with `git config` for instance). I've never been completely convinced that Git's triangular workflow setups are The Right Way, or even a Good Way. I've always just done everything manually. But they're documented, so they ought to work. Chris