Skip to content

Instantly share code, notes, and snippets.

@RIAstar
Created June 16, 2013 18:30
Show Gist options
  • Save RIAstar/5792938 to your computer and use it in GitHub Desktop.
Save RIAstar/5792938 to your computer and use it in GitHub Desktop.
[git] delete remote branch
#delete remote branch
git push origin :feature-branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment