Commit Graph

3 Commits

Author SHA1 Message Date
afa676314e fix(flow): 修复 _merge_normal 使用 merge_squash 替代错误的 reset_soft 逻辑 2025-12-17 06:00:25 +08:00
965d9162a0 fix(flow): 修复分支切换时 lock 文件冲突问题
在 BranchManager 中添加 _cleanup_lock_file 方法,
在 _merge_normal 和 _merge_with_temp_branch 调用 git checkout 前
先清理可能存在的 lock 文件,避免分支切换失败。

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-17 05:29:39 +08:00
79a22bc137 [aide] impl: 子计划1 Git分支管理核心功能实现完成 2025-12-17 04:08:17 +08:00