This command is used for deleting a branch from remote
git push origin --delete <branch_name>
- branch_name: Branch name which needs to be deleted
git push origin --delete 324ed3
This command is used for deleting a branch from remote
git push origin --delete <branch_name>
git push origin --delete 324ed3