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
Currently there is no direct way to run git submodule deinit in gitpython. My workaround is using repo.git.submodule('deinit', ...) to access git sm directly.
Expected:
Like remove, add, update, I expected to find deinit present for git.Submodule as well.