Skip to content
Discussion options

You must be logged in to vote

Hi @badp, this is specific to the fix mode. It indicates that the command left unstaged changes in the working copy. This is more useful for formatters and linters with autofixes, which are supposed to modify the working copy.

You can ignore it if it's not relevant to you. But you might want to consider either committing or ignoring whatever unstaged changes the gradlew command is causing, generally.

The results are saved/cached, so if you were to run git test fix instead of git test run with the same options, then it would update each commit with the new working copy contents without having to re-run the command.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by badp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants