Daniel Keast

Delete a remote git branch

git, programming

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