Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 164 Bytes

HOWTO.md

File metadata and controls

7 lines (5 loc) · 164 Bytes

Remove releases branches

Remote

cat RELEASES | xargs -I {} git push -d origin release/{}

Then local

git branch --list 'release*' | xargs -r git branch -d