story: workspace branch cleanup ritual + auto-merge development into feature branches #217
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Overview
Across ~20 repos in
lhumina_code, feature branches accumulate after squash-merge — both locally and on remote. Devs also forget togit pull && git merge developmentinto their feature branches before resuming work, so we hit avoidable conflicts. This needs to be one documented + automated ritual that everyone runs.Why
code_manage_development_branch— already handles part of this, needs to be the canonical entry point.Acceptance
git pull && git merge origin/development(does NOT push)Related
code_manage_development_branchfeedback_no_rebase_merge_dev.mdSource: meeting notes 2026-05-06.