View on GitHub

reading-notes

Reading Notes about Markdown-Html-Css-JavaScript

Remote Repositories

A remote URL is Git’s fancy way of saying “the place where your code is stored.” That URL could be your repository on GitHub, or another user’s fork, or even on a completely different server. ___

Here is the command format:

git fetch [remote-name]

Remove

To remove a remote for whatever reason (e.g., a contributor has left the team, the server has moved), simply use the git remote rm command:

Example:

$ git remote rm jane