I unziped a file containing approximately 7k files on my project folder by mistake.
While the files were being extracted, I noticed that Visual Studio Code showed this message:
The git repository at [...] has too many active changes, only a subset of Git features will be enabled.
When the extraction was completed, I moved the newly generated folder to a different location outside de repository.
Is my git repository somehow corrupted now? Or I can safely continue working as before as if nothing had happened?
Both Visual Studio Code and GitKraken show me the same unstaged files that I had before the faux pas, but I'm not sure if I have to do some checks before commiting (is a local repo).