remote 저장소에 올라간 branch 를 삭제하는 방법.
유저 권한에 따라 안될수도 있을거같긴함.
git push <원격 저장소 이름> -d <원격 브랜치 이름>
ex)
git push origin -d dev1