In git, I created a new local branch and made various changes that have been committed. I'd like to now add this branch to the remote repository (not local master branch or origin/master remote branch.) How would I go about doing this?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Looks like I was able to create it like this:

git push origin BRANCH_NAME
link|improve this answer
Yup, that's it :) – voretaq7 May 12 '10 at 19:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.