Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

References

Git - git-remote Documentation

Last Modified • Monday, June 29, 2026. 4:52 pm UTC+00:00 • Commit: 5e3ce72