Update The URL Of A Remote
$ git remote -v
origin git@github.com:jbranchaud/pokemon.git (fetch)
origin git@github.com:jbranchaud/pokemon.git (push)$ git remote set-url origin git@github.com:jbranchaud/pokemon_deluxe.git$ git remote -v
origin git@github.com:jbranchaud/pokemon_deluxe.git (fetch)
origin git@github.com:jbranchaud/pokemon_deluxe.git (push)Last updated