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

Adding git remote set-url example, removing git remote add and fetch

This commit is contained in:
Jorge A. Borges 2015-03-30 23:20:14 +11:00
parent 779407e76f
commit f7828563b0

View file

@ -10,9 +10,9 @@
`git remote add {{remote_name}} {{remote_url}}`
- Add a remote and run fetch on it
- Change the URL of a remote
`git remote add -f {{remote_name}} {{remote_url}}`
`git remote set-url {{remote_name}} {{new_url}}`
- Remove a remote