Skip to content

Instantly share code, notes, and snippets.

@gduverger
Created August 29, 2013 15:53
Show Gist options
  • Save gduverger/6379920 to your computer and use it in GitHub Desktop.
Save gduverger/6379920 to your computer and use it in GitHub Desktop.
Deleting remote and local branch
git push origin :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