// Delete local branch git branch -d <local_branch_name> // Delete remote branch git push origin --delete <remote_branch_name>