GitPython icon indicating copy to clipboard operation
GitPython copied to clipboard

`git submodule deinit`

Open tomlin7 opened this issue 10 months ago • 1 comments

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.

tomlin7 avatar Mar 13 '25 19:03 tomlin7