git-remote: add example (#23593)

This commit is contained in:
Managor
2026-08-16 10:48:04 +03:00
committed by GitHub
parent 7bd4dc1437
commit 2f5a4da2f0
+4
View File
@@ -19,6 +19,10 @@
`git remote set-url {{remote_name}} {{new_url}}`
- Set push remote to be different from fetch remote:
`git remote set-url {{remote_name}} {{new_url}} --push`
- Show the URL of a remote:
`git remote get-url {{remote_name}}`