git push #REMOTE --delete #BRANCH


> 덤으로 LOCAL branch 삭제는 아래와 같다.

git branch -d #BRANCH


+ Recent posts