Git customization
git config --global core.whitespace cr-at-eol
git config --global color.ui true
git config --global user.email [email protected]
git config --global user.name "Daniel Han"
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 config --global core.whitespace cr-at-eol
git config --global color.ui true
git config --global user.email [email protected]
git config --global user.name "Daniel Han"