dynamist / subgit

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

Implemented sub command "delete" #36

Closed naestia closed 1 year ago

naestia commented 1 year ago

Fixed #22

Added deletion methods for subgit that checks for validity through '.subgit.yml', as well as if given path contains a '.git'.

Given none or more names, 'subgit delete' will also check for untracked files yet to be added, as well as commited changes yet to be pushed to remote. If anything is 'dirty' it will abort and prompt user to fix issues before trying again.