Skip to content

Instantly share code, notes, and snippets.

@vilmarbfilho
Created June 1, 2015 12:12
Show Gist options
  • Save vilmarbfilho/801676577795adc5adfd to your computer and use it in GitHub Desktop.
Save vilmarbfilho/801676577795adc5adfd to your computer and use it in GitHub Desktop.
Push a new local branch to a remote Git repo
git push -u origin <branch-name>
URL: http://stackoverflow.com/questions/2765421/push-a-new-local-branch-to-a-remote-git-repo-and-track-it-too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment