Skip to content

feat: Branch management command generator #15

@ErnestoIngles

Description

@ErnestoIngles

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions