git-meta
git-meta copied to clipboard
git meta stash doesn't stash submodule with new commits
$ git status --short M my-submodule $ git meta stash Nothing to stash.
Yes, that's by design (for now); git meta stash --help says:
usage: git-meta stash [-h] [-u] [type] [stash]
Provide commands for saving and restoring the state of the monorepo. Note
that 'stash' affects only the open repositories of *sub-repos*; as currenty
implemented, the meta-repo itself is not affected, including staged and
unstaged commits to the sub-repos.