git remote

Organisation des dépôts suivis (“remotes”). Plus d'informations : https://git-scm.com/docs/git-remote.

git remote {{[-v|--verbose]}}

git remote show {{nom_distant}}

git remote add {{nom_distant}} {{url_distant}}

git remote set-url {{nom_distant}} {{new_url}}

git remote remove {{nom_distant}}

git remote rename {{old_name}} {{new_name}}