so I just created a new vue project with vuecli. I played around a bit and then wanted to add a new plugin using vue add <plugin>
. Now I get the following warning:
There are uncommited changes in the current repository, it's recommended to commit or stash them first.
What's that about? Why does this error message use this specific terminology? I'm not using any versioning system, since I'm just playing around and even if I would - that warning would still confuse me. Does vue-cli use some kind of internal versioning system?