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 changes to main

$  vim MAIN
$  git add .
$  git commit -m m1
[main 8f78730] m1
 1 file changed, 1 insertion(+)
 create mode 100644 MASTER

$  vim MAIN
$  git add .
$  git commit -m m2
[main 591a601] m2
 1 file changed, 1 insertion(+)