什么是 configure-git-repository?
使用正确的 .gitignore、分支策略、提交约定、挂钩和远程设置配置 Git 存储库。涵盖 R、Node.js 和 Python 项目的初始设置和常见模式。在初始化新项目的版本控制、为特定语言或框架添加 .gitignore、设置分支保护和约定或配置提交挂钩时使用。 来源:pjt222/development-guides。
使用正确的 .gitignore、分支策略、提交约定、挂钩和远程设置配置 Git 存储库。涵盖 R、Node.js 和 Python 项目的初始设置和常见模式。在初始化新项目的版本控制、为特定语言或框架添加 .gitignore、设置分支保护和约定或配置提交挂钩时使用。
通过命令行快速安装 configure-git-repository AI 技能到你的开发环境
来源:pjt222/development-guides。
Set up a Git repository with appropriate configuration for the project type.
On failure: If git init fails, ensure Git is installed (git --version). If the directory already has a .git/, the repository is already initialized — skip this step.
Expected: .gitignore file created with entries appropriate for the project type. Sensitive files (.Renviron, .env) and generated artifacts are excluded.
使用正确的 .gitignore、分支策略、提交约定、挂钩和远程设置配置 Git 存储库。涵盖 R、Node.js 和 Python 项目的初始设置和常见模式。在初始化新项目的版本控制、为特定语言或框架添加 .gitignore、设置分支保护和约定或配置提交挂钩时使用。 来源:pjt222/development-guides。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/pjt222/development-guides --skill configure-git-repository使用正确的 .gitignore、分支策略、提交约定、挂钩和远程设置配置 Git 存储库。涵盖 R、Node.js 和 Python 项目的初始设置和常见模式。在初始化新项目的版本控制、为特定语言或框架添加 .gitignore、设置分支保护和约定或配置提交挂钩时使用。 来源:pjt222/development-guides。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill configure-git-repository 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/pjt222/development-guides