git change remote url 2019-05-25 23:47

Use following command to change the push url of repository.

$ git remote set-url origin <your_respository_url>

Use the following command to verify that the modification was successful.

git remote show origin

EOF