git delete local branch and fetch remote code example
Example 1: Delete a Git Branch In Local And Remotely
git push <remote_name> --delete <branch_name>
Example 2: delete local and remote branch github
git branch -d branch_namegit branch -D branch_name