Last updated 4 years ago
Was this helpful?
git branch -d <branch_name>
$ git push <remote_name> :<branch_name>
git remote prune origin