ProjectRenamer icon indicating copy to clipboard operation
ProjectRenamer copied to clipboard

--no-commit, but still "git does not seem to be clean, check git status"

Open 304NotModified opened this issue 1 year ago • 1 comments

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"

304NotModified avatar Apr 04 '24 10:04 304NotModified

work around: won't use --no-commit and squash all the commits at the end

304NotModified avatar Apr 04 '24 10:04 304NotModified