1
0
mirror of synced 2025-12-21 02:46:50 -05:00

Clarify what happens with git remote rm command

Added a note to say this just unlinks local and remote repositories
This commit is contained in:
Peter John V
2022-01-08 13:17:58 +05:30
committed by GitHub
parent 6486377fd3
commit 16f34efb71

View File

@@ -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`
Note: Removing the remote URL from your respositoy only unlinks the local and remote repositories and 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.