1
0
mirror of synced 2026-01-07 18:01:41 -05:00

Merge pull request #25225 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-02-10 09:04:37 -06:00
committed by GitHub

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`
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.