team-gu/service

불필요한 리모트 브랜치 제거

Closed this issue · 1 comments

브랜치 제거 작업을 진행합니다

git branch -r | grep -Eo "fix/.*" | xargs -I {} git push origin :{}
git branch -r | grep -Eo "feature/.*" | xargs -I {} git push origin :{}

제거 대상은 featurefix 브랜치입니다

image

레포지토리명 변경 전 url을 갖고 있는 일부 브랜치는 제거에 실패했습니다