I recently decided to run flutter upgrade, but after starting, the command terminal states:
Your flutter checkout has local changes that would be erased by upgrading. If you want to keep these changes, it is recommended that you stash them via "git stash" or else commit the changes to a local branch. If it is okay to remove local changes, then re-run this command with "--force".
I don't know what it means by "local changes." I'm not very familiar with git and do not generally need to mess with it explicitly. I'm concerned that I'm going to mess something up if use "--force."
Is there a way I can check what these changes are/were first? It's probably some local configuration change that I forgot about.