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

Config

Open global config file for editing

git config --global --edit

Show global config file content in terminal

git config --global --list

Configure name and email

git config --global user.name "Your Name"
git config --global user.email test@email.com