Skip to content

Instantly share code, notes, and snippets.

@smithbr
Created March 13, 2014 00:26
Show Gist options
  • Save smithbr/9519572 to your computer and use it in GitHub Desktop.
Save smithbr/9519572 to your computer and use it in GitHub Desktop.
git branch newbranch
git checkout newbranch
git push origin newbranch
git checkout master
git branch -d newbranch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment