GitDelete branchesOn this pageDelete branchesLocal branchgit branch -D ${BRANCH_NAME}Remote branchgit push -d origin ${BRANCH_NAME}References"How do I delete a Git branch locally and remotely?" Stack Overflow.