Skip to content

Instantly share code, notes, and snippets.

@zoxon
Created April 19, 2017 02:10
Show Gist options
  • Save zoxon/b8bbed56fe58b34085c41833aceb4961 to your computer and use it in GitHub Desktop.
Save zoxon/b8bbed56fe58b34085c41833aceb4961 to your computer and use it in GitHub Desktop.

Delete Git branch both locally and remotely?

git push origin --delete <branch_name>
git branch -d <branch_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment