git remote

How To Add An Additional Remote
To add an additional connection to a repository, you can run:

$ git remote add connection-name connection-url

If you wished to add a new connection called upstream, you would use the following:

$ git remote add upstream connection-url


관련 문서