Skip to main content

Post-Merge Branch Naming

Merged branches get renamed automatically. After a branch is merged, it hangs around in your branch list. Multiply that across a few AIs working on the same repo and you’ve got a cluttered mess. Which ones are active? Which ones are done? Post-Merge Branch Naming cleans this up. Merged branches get renamed with a date stamp so you can see at a glance what’s done and when.

What It Does

  • Renames merged branches with --merged-YYYY-MM-DD suffix
  • Preserves full branch history
  • Keeps your branch list clean without deleting anything

Install

ldm install wipcomputer/wip-ai-devops-toolbox

Usage

bash post-merge-rename.sh

Example

Before:
cc-mini/add-search-feature
lesa-mini/fix-memory-bug
cc-air/update-docs
After merge and rename:
cc-mini/add-search-feature--merged-2026-03-15
lesa-mini/fix-memory-bug--merged-2026-03-14
cc-air/update-docs--merged-2026-03-13
You know exactly what’s done and when it landed.

Interfaces

CLI, Skill.

Part of LDM OS

Post-Merge Branch Naming is part of AI DevOps Toolbox, which installs into LDM OS.