git-workflow

Installation
SKILL.md

Git Workflow for Mod Teams

Version control and collaboration for Hytale mod development.

Quick Start

Initialize New Mod Repository

cd MyMod
git init
git add .
git commit -m "Initial commit: project structure"

Clone Existing Repository

Installs
4
GitHub Stars
3
First Seen
Feb 10, 2026
git-workflow — z3nlotus/hytale-agent-skills