Created
March 15, 2009 09:22
-
-
Save magmoro/79376 to your computer and use it in GitHub Desktop.
new_remote_branch_git
This file contains 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 origin master:refs/heads/test | |
#creates test branch | |
#or | |
git push origin local_branch:new_remote_branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment