Skip to content

Instantly share code, notes, and snippets.

@joellesenne
Created September 4, 2020 12:26
Show Gist options
  • Save joellesenne/565813332c9ba65c1fde2e4b10142fbb to your computer and use it in GitHub Desktop.
Save joellesenne/565813332c9ba65c1fde2e4b10142fbb to your computer and use it in GitHub Desktop.
Deleting local branch
# Deleting local branch
$ git branch -a
$ git branch -d <branch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment