daffy0208/ai-dev-standards

🧹 Branch Cleanup: 1 merged branches to delete

开放

#38 创建于 2026年6月1日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (7 个派生)auto 404
automatedgood first issuemaintenance

仓库指标

星标
 (32 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Branch Cleanup Reminder

This repository has 1 merged branches that can be safely deleted.

Merged Branches

How to Clean Up

Option 1: Use the cleanup script (Recommended)

bash scripts/cleanup-merged-branches.sh

Option 2: Enable automatic deletion

Option 3: Manual cleanup

git branch -r --merged origin/main | \
  grep -v 'HEAD\|main' | \
  sed 's/origin\///' | \
  xargs -I {} git push origin --delete {}

Why Clean Up?

✅ Keeps repository organized ✅ Reduces clutter in branch list ✅ Follows Git best practices ✅ Improves repository navigation


This issue was automatically generated by the Branch Cleanup workflow. After cleaning up, close this issue.

贡献者指南