dynamist / subgit

Sub-git repo handler
Apache License 2.0
0 stars 0 forks source link

implement 'subgit clean' command #43

Closed naestia closed 1 year ago

naestia commented 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)