Renomeando Git Origin

Para renomear suas origens:

$ git remote rename origin github

Agora liste seus controles remotos:

$ git remote -v

Para empurrar seu código:

$ git push github master