Skip to content

Branch cleanup one-liner hardcodes 'dev' and doesn't guide users with a different BRANCH_DEV #62

Description

@sebastientaggart

Follow-up from PR #61 — auto-proposed from the code review.

Finding: [NOTE] The local-branch cleanup one-liner uses grep -vE '^\*|^\s*(main|dev|test)$', which only excludes those names when the integration branch is literally dev; users with a different BRANCH_DEV (e.g. develop) need to adjust both the git branch --merged argument and the grep exclusion list, which the surrounding prose doesn't fully spell out.

See the review comment on the PR for context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationready-for-qaIssue is ready to be QA tested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions