Empurre a filial local para outra filial remota
$ git push <remote> <local_branch>:<remote_name>
Avenger
$ git push <remote> <local_branch>:<remote_name>
$ git push origin <local_branch>:<remote_branch>