Git pousse la branche locale vers le repo distant
$ git checkout feature
$ git push -u origin feature
Tofufu
$ git checkout feature
$ git push -u origin feature