git remote
Remote OperationsManage set of tracked repositories
Options & Flags
Available options for this command
-vShow remote URLs
Examples
Common usage examples
List remotes with URLs
git remote -vAdd new remote
git remote add origin URLRemove remote
git remote remove origin