Skip to content

Instantly share code, notes, and snippets.

@joellesenne
Created September 4, 2020 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joellesenne/fe2b1ee43947fb21195d3d9f60f65d17 to your computer and use it in GitHub Desktop.
Save joellesenne/fe2b1ee43947fb21195d3d9f60f65d17 to your computer and use it in GitHub Desktop.
Deleting remote branch
# Deleting remote branch
$ git branch -a
$ git push origin :<branch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment