remove old local branches code example
Example 1: git remove local branch
$ git push -d <remote_name> <branch_name>
$ git branch -D <branch_name>
Example 2: remove local branch
git branch -d branch_namegit branch -D branch_name
$ git push -d <remote_name> <branch_name>
$ git branch -D <branch_name>
git branch -d branch_namegit branch -D branch_name