Delete a remote branch
1git push <remote_name> --delete <remote_branch_name>2
3Example:4git push origin --delete feat/anchor-visualize
-->
1git push <remote_name> --delete <remote_branch_name>2
3Example:4git push origin --delete feat/anchor-visualize