Commands.app

git remote

Remote Operations

Manage set of tracked repositories

Options & Flags
Available options for this command
-v

Show remote URLs

Examples
Common usage examples

List remotes with URLs

git remote -v

Add new remote

git remote add origin URL

Remove remote

git remote remove origin
Related Commands
You might also find these useful