Created
October 6, 2016 06:56
-
-
Save yang-qu/75bbec449b1e3218fe3fb0c881617812 to your computer and use it in GitHub Desktop.
Git push local branch to remote and track it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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