From de3421e6957d23e1187fb3cd4e5661cd78632e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ruvalcaba?= Date: Sun, 26 Mar 2023 06:10:27 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Actualizar=20documentaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cheatsheets/git | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cheatsheets/git b/cheatsheets/git index 7a151a6..186dde0 100644 --- a/cheatsheets/git +++ b/cheatsheets/git @@ -233,3 +233,6 @@ git merge origin/main # .. or just pull the changes git pull + +# Changing a remote repository's URL +git remote set-url origin