Git Publish Git Branch

$ git checkout feature
$ git push -u origin feature
Tofufu