Skip to content

Commit

Permalink
Merge pull request github#13826 from peterjv26/patch-2
Browse files Browse the repository at this point in the history
Clarify what happens with git remote rm command
  • Loading branch information
ramyaparimi authored Feb 10, 2022
2 parents d08235b + 40d47a9 commit 6c5d0a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ Use the `git remote rm` command to remove a remote URL from your repository.
The `git remote rm` command takes one argument:
* A remote name, for example, `destination`

Removing the remote URL from your repository only unlinks the local and remote repositories. It does not delete the remote repository.

## Example

These examples assume you're [cloning using HTTPS](/github/getting-started-with-github/about-remote-repositories/#cloning-with-https-urls), which is recommended.
Expand Down

0 comments on commit 6c5d0a5

Please sign in to comment.