Create a Remote Branch with Git

Create a branch of your current code on the remote with git:

  git push origin master:refs/heads/BRANCH_NAME
Posted September 21, 2009

Comments

comments powered by Disqus