When I use --no-commit I won't expect any messages regarding git.
For example
renameproject X Y --no-commit
renameproject Z Q --no-commit
expected:
- 2 projects renamed
- not commits
current behavior:
- the 2nd command gives: "git does not seem to be clean, check git status"
When I use
--no-commitI won't expect any messages regarding git.For example
expected:
current behavior: