Adding a remote - GitHub Docs

PHOTO EMBED

Tue Aug 11 2020 20:40:12 GMT+0000 (Coordinated Universal Time)

Saved by @ludaley

$ git remote add origin https://github.com/user/repo.git
# Set a new remote

$ git remote -v
# Verify new remote
> origin  https://github.com/user/repo.git (fetch)
> origin  https://github.com/user/repo.git (push)
content_copyCOPY

https://docs.github.com/en/github/using-git/adding-a-remote