-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
git branch --merged | grep -Ev "(^\*|^\+|^\s*(master|main|dev)\s*$)" | xargs --no-run-if-empty git branch -d
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