·resolve-git-conflicts
</>

resolve-git-conflicts

使用安全恢复策略解决合并和变基冲突。涵盖识别冲突源、读取冲突标记、选择解决策略以及安全地继续或中止操作。当 git merge、rebase、cherry-pick 或 stash pop 报告冲突时,当 git pull 导致冲突的更改时,或者当您需要安全中止并重新启动失败的合并或 rebase 操作时使用。

11安装·1热度·@pjt222

安装

$npx skills add https://github.com/pjt222/development-guides --skill resolve-git-conflicts

如何安装 resolve-git-conflicts

通过命令行快速安装 resolve-git-conflicts AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill resolve-git-conflicts
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pjt222/development-guides。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-03-10
更新时间
2026-03-10

Browse more skills from pjt222/development-guides

快速解答

什么是 resolve-git-conflicts?

使用安全恢复策略解决合并和变基冲突。涵盖识别冲突源、读取冲突标记、选择解决策略以及安全地继续或中止操作。当 git merge、rebase、cherry-pick 或 stash pop 报告冲突时,当 git pull 导致冲突的更改时,或者当您需要安全中止并重新启动失败的合并或 rebase 操作时使用。 来源:pjt222/development-guides。

如何安装 resolve-git-conflicts?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill resolve-git-conflicts 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pjt222/development-guides