Skip to content

Prune merged branches #22

@github-actions

Description

@github-actions

git branch --merged | grep -Ev "(^\*|^\+|^\s*(master|main|dev)\s*$)" | xargs --no-run-if-empty git branch -d

Meta/update.sh

Lines 73 to 75 in e8f958f

# TODO: Prune merged branches
# Issue URL: https://github.com/EventAccess/Meta/issues/22
# git branch --merged | grep -Ev "(^\*|^\+|^\s*(master|main|dev)\s*$)" | xargs --no-run-if-empty git branch -d

# Issue URL: https://github.com/EventAccess/Meta/issues/18

# TODO: Prune merged branches
# Issue URL: https://github.com/EventAccess/Meta/issues/22
#   git branch --merged | grep -Ev "(^\*|^\+|^\s*(master|main|dev)\s*$)" | xargs --no-run-if-empty git branch -d

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions