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"
Version control and collaboration for Hytale mod development.
cd MyMod
git init
git add .
git commit -m "Initial commit: project structure"