create a new branch and publish gitub

C++
git checkout -b <branch>
git push -u origin <branch>
Source

Also in C++: