Git Remote
Necessary when cloning a repo I own usually.
Show current remotes
ariadne@tesseract:~/git/pushpopswap$ git remote -v
origin git@github.com:ariadne-notes/pushpopswap.git (fetch)
origin git@github.com:ariadne-notes/pushpopswap.git (push)
Set remote
git remote set-url origin git@github.com:ariadne-notes/pushpopswap.git