기본 콘텐츠로 건너뛰기

[git] delete unused branch

 git branch | grep -v master | grep -v "develop" | xargs -n 1 git branch -D

댓글