Last active
December 19, 2015 03:09
-
-
Save gduverger/5888117 to your computer and use it in GitHub Desktop.
Push local branch to remote repo
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 -u origin branch_name | |
// http://www.mariopareja.com/blog/archive/2010/01/11/how-to-push-a-new-local-branch-to-a-remote.aspx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment