什麼是 git-workflow?
Hytale mod 開發團隊的 Git 版本控制工作流程。涵蓋儲存庫設定、分支策略、提交約定、拉取請求和協作最佳實務。與團隊合作、管理 mod 版本或設定原始碼控制時使用。 來源:z3nlotus/hytale-agent-skills。
Hytale mod 開發團隊的 Git 版本控制工作流程。涵蓋儲存庫設定、分支策略、提交約定、拉取請求和協作最佳實務。與團隊合作、管理 mod 版本或設定原始碼控制時使用。
透過命令列快速安裝 git-workflow AI 技能到你的開發環境
來源: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-workflowHytale mod 開發團隊的 Git 版本控制工作流程。涵蓋儲存庫設定、分支策略、提交約定、拉取請求和協作最佳實務。與團隊合作、管理 mod 版本或設定原始碼控制時使用。 來源:z3nlotus/hytale-agent-skills。
開啟你的終端機或命令列工具(如 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