Skip to content

Instantly share code, notes, and snippets.

@floydpink
Created December 11, 2012 15:24
Show Gist options
  • Save floydpink/4259309 to your computer and use it in GitHub Desktop.
Save floydpink/4259309 to your computer and use it in GitHub Desktop.
Create and delete remote branches
# create new remote branch on push
git push origin mybranch
# delete existing remote branch on push
git push origin :mybranch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment