open:git-remote

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
  • 마지막으로 수정됨: 2022/06/16 02:23
  • 저자 127.0.0.1