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