Description
To expand CommitFlow beyond commits, we need to implement a section dedicated to Git branch management. This will help users follow naming conventions for branches (e.g., feat/, fix/, hotfix/).
Proposed Features:
-
A new UI section to select branch types (Feature, Bugfix, Release, etc.).
-
Input field for the branch name.
-
Real-time preview of commands like git checkout -b [branch-name] or git branch -m [new-name].
Acceptance Criteria:
-
Users can generate commands for creating, renaming, and deleting branches.
-
Branch naming follows a clean, standardized format.
-
A "Copy" button is available specifically for branch commands.
Description
To expand CommitFlow beyond commits, we need to implement a section dedicated to Git branch management. This will help users follow naming conventions for branches (e.g., feat/, fix/, hotfix/).
Proposed Features:
A new UI section to select branch types (Feature, Bugfix, Release, etc.).
Input field for the branch name.
Real-time preview of commands like git checkout -b [branch-name] or git branch -m [new-name].
Acceptance Criteria:
Users can generate commands for creating, renaming, and deleting branches.
Branch naming follows a clean, standardized format.
A "Copy" button is available specifically for branch commands.