Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsubmodules: support for reference repositories #367
Labels
Comments
Thanks for your suggestion. As GitPython is in maintenance mode, there will be no new features added by me. For now and as a workaround, it should be possible to use the git command-line directly, such as in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git submodule add
has a support for reference repositories to speed up cloning. it would be great, if gitpython would expose this viaSubmodule.add
andSubmodule.update