1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:55:24 +02:00

git-remote: add get-url example (#8661)

This commit is contained in:
Raynaldo Sutisna 2022-10-03 09:27:08 +07:00 committed by GitHub
parent 6ac6c6e6c5
commit 6fb2422d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,10 @@
`git remote set-url {{remote_name}} {{new_url}}`
- Show the URL of a remote:
`git remote get-url {{remote_name}}`
- Remove a remote:
`git remote remove {{remote_name}}`