git-subrepo

Git submodule alternative with better workflows and simpler commands

brewmacoslinux
Try with needOr install directly
Source

About

Git Submodule Alternative

Commands

git-subrepo

Examples

Clone a repository as a subrepo into a subdirectory$ git subrepo clone https://github.com/user/repo.git path/to/subrepo
Pull latest changes from the subrepo remote$ git subrepo pull path/to/subrepo
Push local subrepo changes back to its remote repository$ git subrepo push path/to/subrepo