Organisation des dépots suivis ("remotes"). Plus d'informations: https://git-scm.com/docs/git-remote.
git remote -v
git remote show {{nom_distant}}
git remote add {{nom_distant}} {{url_distant}}
--add
pour conserver l'url existante) :git remote set-url {{nom_distant}} {{new_url}}
git remote remove {{nom_distant}}
git remote rename {{old_name}} {{new_name}}