Delete the six merged feature branches from origin #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
origincarries six feature branches that are fully merged intomainand serve no further purpose:origin/make-default-targetorigin/parallel-phasesorigin/parallel-walkorigin/persistent-databaseorigin/scan-operand-progressorigin/scan-wide-phasesAll six are confirmed merged (
git branch -r --merged origin/main). The only unmerged branch isorigin/golangci-v2.12.2, which is PR #2 and must be left alone until that lands.Housekeeping only — deliberately not in the 1.0.0 milestone, since it blocks nothing.
Definition of done
origin.git branch -r --merged origin/mainlists onlyorigin/main.Done. All six merged branches deleted from
origin:origin/golangci-v2.12.2was also removed, but as part of merging PR #2 rather than as part of this cleanup — it was the one unmerged branch at the time this issue was written, and it is merged now.After a
git fetch --prune,git branch -rlists exactly one branch:origin/main. No branch carrying unmerged commits was touched.