Skip to content

Instantly share code, notes, and snippets.

@magmoro
Created March 15, 2009 09:22
Show Gist options
  • Save magmoro/79376 to your computer and use it in GitHub Desktop.
Save magmoro/79376 to your computer and use it in GitHub Desktop.
new_remote_branch_git
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