To delete a branch locally use `git branch -d <branch name>`.
To delete a branch on the remote repository use `git push -d <remote> <branch name>`.
## submodules
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.