Skip to content

Instantly share code, notes, and snippets.

@NG2103
NG2103 / Handout_remote repo_pull_fetch_merge
Last active March 13, 2021 13:31
Group 5 - Handout_Communicating with the remote repository
**Group 5 - Communicating with the remote repository**
Remote repository
- This command is used to create, view and delete connections to other repositories
- git remote command is an easier way to pass URLs to the commands (push, pull,…)
- Remote connections are more like bookmarks rather than direct links into other repositories
- However, the information is not automatically passed back and forth between repositories – it is necessary to
manually pull upstream commits into their local repository or manually push their local commits back up to the central repository
Create and modify remote configurations: