$ git branch -D <브랜치명>
주의 : 현재 내 git의 branch 위치가 삭제할 브랜치이면 안된다. checkout으로 타 브랜치로 옮겨줄 것.
$ git push origin --delete <브랜치명>