Closed naestia closed 1 year ago
The command 'subgit clean' is meant to work (in most cases) together with 'subgit reset' as away of completely restoring a repo to a specific state by cleaning the repo of any untracked files.
CLI command to implement would be something like
subgit clean (<repo>...) (-y)
The command 'subgit clean' is meant to work (in most cases) together with 'subgit reset' as away of completely restoring a repo to a specific state by cleaning the repo of any untracked files.
CLI command to implement would be something like