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

  • open/git-remote.txt
  • Last modified: 2024/10/05 06:15
  • by 127.0.0.1