Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # git remote [[https://www.earthdatascience.org/courses/intro-to-earth-data-science/git-github/github-collaboration/update-github-repositories-with-changes-by-others/|How To Add An Additional Remote]] To add an additional connection to a repository, you can run: <code shell> $ git remote add connection-name connection-url </code> If you wished to add a new connection called upstream, you would use the following: <code shell> $ git remote add upstream connection-url </code> open/git-remote.txt Last modified: 2024/10/05 06:15by 127.0.0.1