ProjectRenamer
ProjectRenamer copied to clipboard
--no-commit, but still "git does not seem to be clean, check git status"
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"
work around: won't use --no-commit and squash all the commits at the end