There are two ways to create a branch, using CLI or using the web UI.
To create a branch using CLI:
git push <remote> <localref>:<remotebranch>
Where:
<remote>
is the name of your Gerrit remote or the full remote URL.<localref>
is the refname; this can be a branch or something else.<remotebranch>
is the name of the branch you want created.To create a branch using the web UI:
See also
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.