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

Remotes

Add remote

git remote add origin <repository_url>

Change remote

git remote set-url origin <repository_url>

View remote

View remote name

git remote

View remote name and url

git remote -v

View more info about remote

git remote show <remote_name>

Delete remote

git remote rm origin