·git-workflow
>_

git-workflow

Hytale MOD 開発チーム向けの Git バージョン管理ワークフロー。リポジトリのセットアップ、分岐戦略、コミット規則、プル リクエスト、コラボレーションのベスト プラクティスについて説明します。チームで作業する場合、MOD バージョンを管理する場合、またはソース管理を設定する場合に使用します。

4インストール·0トレンド·@z3nlotus

インストール

$npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflow

git-workflow のインストール方法

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

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

ソース: z3nlotus/hytale-agent-skills。

| Feature | feature/ | feature/dragon-mob | | Bugfix | fix/ | fix/crash-on-spawn | | Release | release/ | release/1.2.0 | | Hotfix | hotfix/ | hotfix/exploit-fix |

| feat | New feature | | fix | Bug fix | | docs | Documentation | | style | Formatting (no code change) | | refactor | Code restructure | | test | Adding tests | | chore | Maintenance |

| Check status | git status | | View history | git log --oneline -10 | | Undo last commit | git reset --soft HEAD1 | | Discard changes | git checkout -- | | Stash work | git stash | | Apply stash | git stash pop | | Create tag | git tag v1.0.0 | | Push tag | git push origin v1.0.0 |

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill git-workflow
カテゴリ
>_生産性
認証済み
初回登録
2026-02-25
更新日
2026-03-10

Browse more skills from z3nlotus/hytale-agent-skills

クイックアンサー

git-workflow とは?

Hytale MOD 開発チーム向けの Git バージョン管理ワークフロー。リポジトリのセットアップ、分岐戦略、コミット規則、プル リクエスト、コラボレーションのベスト プラクティスについて説明します。チームで作業する場合、MOD バージョンを管理する場合、またはソース管理を設定する場合に使用します。 ソース: z3nlotus/hytale-agent-skills。

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

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

ソースリポジトリはどこですか?

https://github.com/z3nlotus/hytale-agent-skills