什么是 resolve-git-conflicts?
使用安全恢复策略解决合并和变基冲突。涵盖识别冲突源、读取冲突标记、选择解决策略以及安全地继续或中止操作。当 git merge、rebase、cherry-pick 或 stash pop 报告冲突时,当 git pull 导致冲突的更改时,或者当您需要安全中止并重新启动失败的合并或 rebase 操作时使用。 来源:pjt222/development-guides。
使用安全恢复策略解决合并和变基冲突。涵盖识别冲突源、读取冲突标记、选择解决策略以及安全地继续或中止操作。当 git merge、rebase、cherry-pick 或 stash pop 报告冲突时,当 git pull 导致冲突的更改时,或者当您需要安全中止并重新启动失败的合并或 rebase 操作时使用。
通过命令行快速安装 resolve-git-conflicts AI 技能到你的开发环境
来源:pjt222/development-guides。
The status output tells you which files have conflicts and what operation is in progress.
Expected: git status shows files listed under "Unmerged paths" and indicates the active operation.
On failure: If git status shows a clean tree but you expected conflicts, the operation may have already been completed or aborted. Check git log for recent activity.
使用安全恢复策略解决合并和变基冲突。涵盖识别冲突源、读取冲突标记、选择解决策略以及安全地继续或中止操作。当 git merge、rebase、cherry-pick 或 stash pop 报告冲突时,当 git pull 导致冲突的更改时,或者当您需要安全中止并重新启动失败的合并或 rebase 操作时使用。 来源:pjt222/development-guides。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/pjt222/development-guides --skill resolve-git-conflicts使用安全恢复策略解决合并和变基冲突。涵盖识别冲突源、读取冲突标记、选择解决策略以及安全地继续或中止操作。当 git merge、rebase、cherry-pick 或 stash pop 报告冲突时,当 git pull 导致冲突的更改时,或者当您需要安全中止并重新启动失败的合并或 rebase 操作时使用。 来源:pjt222/development-guides。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill resolve-git-conflicts 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/pjt222/development-guides