> git clean -f
디렉토리가 있는 경우에는
> git clean -fd
git push #REMOTE --delete #BRANCH
> 덤으로 LOCAL branch 삭제는 아래와 같다.
git branch -d #BRANCH