Last Updated: February 25, 2016
·
670
· acairns

Renaming Git Origin

To rename your origins:

$ git remote rename origin github

Now list your remotes:

$ git remote -v

To push your code:

$ git push github master