git subtree change in subtree
$ echo "add to library" >> lib/README.md
$ git add lib/README.md
$ git commit -m "added to library"
$ git push
Pushes out to parent
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
$ echo "add to library" >> lib/README.md
$ git add lib/README.md
$ git commit -m "added to library"
$ git push
Pushes out to parent