·configure-git-repository
</>

configure-git-repository

適切な .gitignore、ブランチ戦略、コミット規則、フック、およびリモート セットアップを使用して Git リポジトリを構成します。 R、Node.js、Python プロジェクトの初期セットアップと一般的なパターンについて説明します。新しいプロジェクトのバージョン管理を初期化するとき、特定の言語またはフレームワークの .gitignore を追加するとき、ブランチ保護と規約を設定するとき、またはコミット フックを構成するときに使用します。

10インストール·1トレンド·@pjt222

インストール

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

configure-git-repository のインストール方法

コマンドラインで configure-git-repository AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/pjt222/development-guides --skill configure-git-repository
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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
カテゴリ
</>開発ツール
認証済み
初回登録
2026-03-10
更新日
2026-03-10

Browse more skills from pjt222/development-guides

クイックアンサー

configure-git-repository とは?

適切な .gitignore、ブランチ戦略、コミット規則、フック、およびリモート セットアップを使用して Git リポジトリを構成します。 R、Node.js、Python プロジェクトの初期セットアップと一般的なパターンについて説明します。新しいプロジェクトのバージョン管理を初期化するとき、特定の言語またはフレームワークの .gitignore を追加するとき、ブランチ保護と規約を設定するとき、またはコミット フックを構成するときに使用します。 ソース: pjt222/development-guides。

configure-git-repository のインストール方法は?

ターミナルまたはコマンドラインツール(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