Skip to content

Syntax of recreate-branch exclude option with multiple branches to exclude? #10

@brandon-shannon

Description

@brandon-shannon

Sorry if I'm missing it, but I've tried:

git recreate-branch rc -x 'USXXXX-Bad_Feature_1', 'USXXXX-Bad_Feature_2'
git recreate-branch rc -x USXXXX-Bad_Feature_1, USXXXX-Bad_Feature_2
git recreate-branch rc -x USXXXX-Bad_Feature_1 USXXXX-Bad_Feature_2
git recreate-branch rc -x 'USXXXX-Bad_Feature_1, USXXXX-Bad_Feature_2'
git recreate-branch rc -x ['USXXXX-Bad_Feature_1', 'USXXXX-Bad_Feature_2']

What should the syntax be?

The article at https://www.acquia.com/blog/pragmatic-guide-branch-feature-git-branching-strategy indicates that your scripts used to take a file which contained the list of branches to exclude, but that doesn't appear to be the case with the new Gem. Is that right? 'Cause....that'd be nice.

Thanks,

Brandon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions