You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git submodule add has a support for reference repositories to speed up cloning. it would be great, if gitpython would expose this via Submodule.add and Submodule.update
The text was updated successfully, but these errors were encountered:
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 repo.git.submodule('add', ...).
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
The text was updated successfully, but these errors were encountered: