Skip to content

Fluent API to remove git submodule #4

@DrSensor

Description

@DrSensor

I need this 😂

Exception
> [rs-jest]: git submodule deinit -f -- examples/stencil                  (master) 18:48:24
fatal: Submodule work tree 'examples/stencil' contains a .git directory (use 'rm -rf' if you really want to remove it including all of its history)
Workaround
> [rs-jest]: rm -rf examples/stencil/.git                                 (master) 18:48:28
> [rs-jest]: git submodule deinit -f -- examples/stencil                  (master) 18:53:40
Cleared directory 'examples/stencil'

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions