enhancementhelp wanted
Repository-Metriken
- Stars
- (1.872 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Add interactive command for creating semantic branch names.

Format would be:
<emoji>-<type>/<date>/<name>
typeis one of
Example:
🔥-hotfix/2020-07-17/broken-db-connection
Command could be:
git-cz b
git-cz branch
-
typeandemojishould be customizable. - default types are
-
feat -
fix -
hotfix -
release
-
-
dateshould be inYYYY-MM-DDformat. -
datecould be disabled in config