This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**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: |