master/main change
master/main change
Posted Oct 21, 2025 15:40 UTC (Tue) by jhe (subscriber, #164815)Parent article: Git considers SHA-256, Rust, LLMs, and more
How would i keep the HEAD symrefs up-to date when upstream projects change from master to main? Every time upstream deletes the branch that previously was their HEAD, all mirrors of that repo end up with a dangling symref. Current solution is doing a fresh git clone, but this is not sustainable for upstream.
