Skip to content

Instantly share code, notes, and snippets.

@yang-qu
Created October 6, 2016 06:56
Show Gist options
  • Select an option

  • Save yang-qu/75bbec449b1e3218fe3fb0c881617812 to your computer and use it in GitHub Desktop.

Select an option

Save yang-qu/75bbec449b1e3218fe3fb0c881617812 to your computer and use it in GitHub Desktop.
Git push local branch to remote and track it
#Git push local branch to remote and track it
git push -u origin <branch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment