개요

git 원격 브랜치 삭제방법을 찾아본 뒤 정리해둔다.

사용법

$ git branch -D feature-01
$ git push origin :feature-01