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 rungit submodule deinit in gitpython. My workaround is usingrepo.git.submodule('deinit', ...) to access git sm directly.
Expected:
Like remove, add, update, I expected to find deinit present forgit.Submodule as well.