Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/branch prefixes as subcommands #6463

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    1392632 View commit details
    Browse the repository at this point in the history
  2. Introduce dedicated delimiter parameter

    Benefits consistent branch naming
    70853n committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    a1c14fb View commit details
    Browse the repository at this point in the history
  3. Read subcommand names dynamically from config

    If non-default branch prefixes are chosen, it is now possible to use these prefixes as subcommands.
    Example of invoking git flow help while custom prefixes are configured:
    
    Available subcommands are:
        init        Initialize a new git repo [...]
        change      Manage your change branches.
        candidate   Manage your candidate branches.
        bugfix      Manage your bugfix branches.
        incident    Manage your incident branches.
        version     Shows version information.
    70853n committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    24334b6 View commit details
    Browse the repository at this point in the history