diff --git a/git-guides/git-remote.md b/git-guides/git-remote.md index a67c9f88c..5f302ba18 100644 --- a/git-guides/git-remote.md +++ b/git-guides/git-remote.md @@ -17,6 +17,7 @@ git remote -v - `git remote -v`: List the current remotes associated with the local repository - `git remote add [name] [URL]`: Add a remote - `git remote remove [name]`: Remove a remote +- `git remote set-url [name] [URL]`: To change the URL of an existing remote repository ### What is `origin`?