Rename A Remote
$ git remote -v
origin https://github.com/jbranchaud/til.git (fetch)
origin https://github.com/jbranchaud/til.git (push)$ git remote rename origin destinationLast updated
$ git remote -v
origin https://github.com/jbranchaud/til.git (fetch)
origin https://github.com/jbranchaud/til.git (push)$ git remote rename origin destinationLast updated