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