Skip to content

Instantly share code, notes, and snippets.

@mariusbutuc
Created September 21, 2012 23:16
Show Gist options
  • Save mariusbutuc/3764458 to your computer and use it in GitHub Desktop.
Save mariusbutuc/3764458 to your computer and use it in GitHub Desktop.
Delete Git branch: local and remote
git branch -d obsolete_branch
git push origin --delete obsolete_branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment