From c1bc583a49bb2d395dea1f9c974ff15cf66da84a Mon Sep 17 00:00:00 2001 From: poudyalamit Date: Wed, 10 May 2023 23:49:52 +0545 Subject: [PATCH] added set-url command on git-remote.md --- git-guides/git-remote.md | 1 + 1 file changed, 1 insertion(+) 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`?