Tips for managing code when developing a parent theme framework

What you’re looking for is git submodules:

Git’s submodule support allows a repository to contain, as a
subdirectory, a checkout of an external project.

PS: Always try to use the jQuery bundled with WordPress.