git subtree change in subtre
$ echo "add to library" >> lib/README.md $ git add lib/README.md $ git commit -m "added to library" $ git push
Pushes out to parent
$ echo "add to library" >> lib/README.md $ git add lib/README.md $ git commit -m "added to library" $ git push
Pushes out to parent