#git remote
Manage set of tracked repositories (“remotes”)
git remote -v
git remote add {{remote_name}} {{remote_url}}
git remote add -f {{remote_name}} {{remote_url}}
git remote remove {{remote_name}}
git remote rename {{old_name}} {{new_name}}