dynamist/subgit

implement 'subgit clean' command

naestia opened this issue · 0 comments

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)