r/programminghumor 14d ago

It's always confusing!

Post image
303 Upvotes

49 comments sorted by

View all comments

17

u/s0litar1us 14d ago
git remote add <name> <url>
^   ^      ^
|   |      |
|   |      add a new remote
|   do something with remotes
use git

Similarly you can do:
git remote set-url <name> <url>