docs(delete-merged): -r reminder

This commit is contained in:
Rudxain 2026-04-05 16:32:17 -04:00
parent 162aae03b1
commit e43fe87d12
No known key found for this signature in database
GPG key ID: 0DAC837DDEF8E96C

View file

@ -5,6 +5,7 @@ branches=$(git branch --no-color --merged |
grep -v "$(git_extra_default_branch)" |
grep -v svn \
)
# REFACTOR: use `xargs -r` when widely available
if [ -n "$branches" ]
then
echo "$branches" | xargs git branch -d