Skip to content

git wip save should handle submodules #56

Description

@bartman

currently submodules are not handled correctly...

❯ git wip save -i
[2026-05-14 09:08:56.138] [error] cannot stage changes: invalid path: 'build/_deps/spdlog-src/'

should probably have some options to steer it in the right direction:

git wip save -s --submodules           # full submodule WIP
git wip save -S --no-submodules        # skip submodules
git wip save --ref-submodules          # store submodule ref in this repo only
git wip save --in-submodules           # recurse into submodules

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions