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

Add file

$ vim README
$ git add .
$ git commit -m "first"
[main (root-commit) ef28fcf] first
 1 file changed, 1 insertion(+)
 create mode 100644 README