git branch -d <branch_name>
git push origin --delete <branch_name>
git에서는 명령문 뒤에 --dry-run을 붙이면 실제 실행은 되지 않고 결과만 볼 수 있도록 한다.
출처: https://remagine.tistory.com/17 [remagine]