Skip to content

Commit 6c5d0a5

Browse files
authored
Merge pull request github#13826 from peterjv26/patch-2
Clarify what happens with git remote rm command
2 parents d08235b + 40d47a9 commit 6c5d0a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/get-started/getting-started-with-git/managing-remote-repositories.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ Use the `git remote rm` command to remove a remote URL from your repository.
194194
The `git remote rm` command takes one argument:
195195
* A remote name, for example, `destination`
196196

197+
Removing the remote URL from your repository only unlinks the local and remote repositories. It does not delete the remote repository.
198+
197199
## Example
198200

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

0 commit comments

Comments
 (0)