Issue
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.