Delete branchs

  1. local: git branch -d <localBranchName>
  2. remote: git push origin --delete <remoteBranchName>