g branch | grep -vE 'master|optimization|event_track_input' | xargs git branch -D

 

 

grep 参数:

-v   反向选择除了grep中的内容

-E   extended-regexp后面使用正则匹配