·git-flow
</>

git-flow

poletron/custom-rules

Standard-Git-Flow-Verzweigungsmodell und Lebenszyklus-Management-Strategie. Auslöser: „Release erstellen“, „Hotfix“, „Verzweigungsstrategie“, „Git Flow“.

0Installationen·0Trend·@poletron

Installation

$npx skills add https://github.com/poletron/custom-rules --skill git-flow

SKILL.md

| Branch | Source | Merge Into | Lifespan | Purpose |

| main | - | - | Infinite | Production-ready code. Stable. | | develop | main | main | Infinite | Integration branch for next release. | | feature/ | develop | develop | Short | New features (e.g., feature/login-page). | | release/ | develop | develop, main| Medium | Release prep (e.g., release/v1.0.0). |

| hotfix/ | main | develop, main| Very Short| Production critical fixes (e.g., hotfix/crash). |

Standard-Git-Flow-Verzweigungsmodell und Lebenszyklus-Management-Strategie. Auslöser: „Release erstellen“, „Hotfix“, „Verzweigungsstrategie“, „Git Flow“. Quelle: poletron/custom-rules.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/poletron/custom-rules --skill git-flow
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist git-flow?

Standard-Git-Flow-Verzweigungsmodell und Lebenszyklus-Management-Strategie. Auslöser: „Release erstellen“, „Hotfix“, „Verzweigungsstrategie“, „Git Flow“. Quelle: poletron/custom-rules.

Wie installiere ich git-flow?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/poletron/custom-rules --skill git-flow Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/poletron/custom-rules