main branches locally
main branches locally
Posted Oct 24, 2025 23:26 UTC (Fri) by intgr (subscriber, #39733)In reply to: main branches locally by mathstuf
Parent article: Git considers SHA-256, Rust, LLMs, and more
But why spend the compute resources updating the branch if users don't need or use it? Even if it were periodically updated, that would just create the illusion of an up to date branch. When I rebase, I want the latest origin/main, not "a few hours out of sync" one.
I might only use the fork for one pull request and never thereafter. Why even waste the disk space if there are no remaining feature branches?
As for "baseline state" of the fork: that's just the common ancestor of upstream repo and any particular feature branch.
I had never thought about these things but everything that gioele and Josh here said is a revelation about why git and the forges based on it feel so clunky to interact with.
