Skip to content

Instantly share code, notes, and snippets.

@vagnerzampieri
Last active December 20, 2015 15:58
Show Gist options
  • Select an option

  • Save vagnerzampieri/6157818 to your computer and use it in GitHub Desktop.

Select an option

Save vagnerzampieri/6157818 to your computer and use it in GitHub Desktop.
Delete Branches
git branch -D old_branch
git push origin --delete old_branch
git branch -d -r origin/old_branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment