๐ŸŽ›๏ธ GIT REMOTE ยท REMOTE CONTROL

Manage Your
Remotes

Remotes connect your local repo to the world. Add, rename, remove, and manage them โ€” choose the right command for each task.

๐ŸŽ›๏ธ REMOTE CONTROL Task 1
๐Ÿ“‹ Task
Remote Master
Remotes are bookmarks
to other repositories.
origin is just a name.
$ git remote -v โ† list remotes
$ git remote add upstream URL โ† add remote
$ git remote rename old new โ† rename
$ git remote remove name โ† delete