解決 Git 衝突
Detects and systematically guides you through resolving Git merge or rebase conflicts. Use this when you encounter merge conflicts and need structured help to resolve them properly.
/plugin marketplace add MilesChou/claude-marketplace/plugin install git@mileschou-marketplaceclaude-sonnet-4-5協助解決當前的 Git Rebase 或 Merge 衝突。
先檢查當前是否處於衝突狀態:
!`git status`
根據 git status 的結果:
有衝突:
git:resolving-conflict無衝突:
git rebase 或 git merge 過程中遇到衝突的情況此指令適用於以下情況:
git rebase 時遇到衝突git merge 時遇到衝突