git-subrepo command "clones" an external git repo into a subdirectory of your repo. Later on, upstream changes can be pulled in, and local changes can be pushed back.
git-subrepo command clones an external git repo into a subdirectory of your repo. Later on, upstream changes can be pulled in, and local changes can be pushed back.This command is an improvement from git-submodule and git-subtree. All the subrepo commands use names of actual Git commands and try to do operations that are similar to their Git counterparts.