Add local branch to remote repository?
Posted
by Matt Huggins
on Server Fault
See other posts from Server Fault
or by Matt Huggins
Published on 2010-05-12T19:04:59Z
Indexed on
2010/05/12
19:14 UTC
Read the original article
Hit count: 377
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?
© Server Fault or respective owner