Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Last active November 2, 2015 08:58
Show Gist options
  • Save bouassaba/9111a4d3f7eee87edec0 to your computer and use it in GitHub Desktop.
Save bouassaba/9111a4d3f7eee87edec0 to your computer and use it in GitHub Desktop.
Git delete remote branch
git branch -d the_local_branch
git push origin --delete develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment