Add an extra url to a given remote in git

Use this command to add another url to an existing remote in a git repository. Pushing to the remotee will update all repositories.

git remote set-url origin --add --push [email protected]:alfunx/foo

Source