Git empuje la rama local al repositorio remoto
$ git checkout feature
$ git push -u origin feature
Tofufu
$ git checkout feature
$ git push -u origin feature