I can never remember the command to delete remote git branches, ending up on the page in the git book. Maybe writing it down here will help:
git push remote-name --delete branch-name
I can never remember the command to delete remote git branches, ending up on the page in the git book. Maybe writing it down here will help:
git push remote-name --delete branch-name