Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git submodule deinit #2014

Open
tomlin7 opened this issue Mar 13, 2025 · 0 comments
Open

git submodule deinit #2014

tomlin7 opened this issue Mar 13, 2025 · 0 comments

Comments

@tomlin7
Copy link

tomlin7 commented Mar 13, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants