Skip to content

Instantly share code, notes, and snippets.

@willmcneilly
Created January 20, 2014 15:24
Show Gist options
  • Save willmcneilly/8521884 to your computer and use it in GitHub Desktop.
Save willmcneilly/8521884 to your computer and use it in GitHub Desktop.
Push a new local branch to remote
$ git checkout -b mynewfeature
$ git push -u origin mynewfeature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment