Gestisci i collegamenti remoti ("remote") di un repository locale. Maggiori informazioni: https://git-scm.com/docs/git-remote.
git remote {{-v|--verbose}}
git remote show {{nome_remote}}
git remote add {{nome_remote}} {{url_remote}}
--add
per preservare gli URL esistenti):git remote set-url {{nome_remoto}} {{nuovo_url}}
git remote remove {{nome_remote}}
git remote rename {{vecchio_nome}} {{nuovo_nome}}