ModernRonin / ProjectRenamer

Conveniently rename your csproj files
Other
155 stars 14 forks source link

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

Open 304NotModified opened 2 months ago

304NotModified commented 2 months ago

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:

current behavior:

304NotModified commented 2 months ago

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