When I first opened VSCode and entered the VCS tab, I saw over 5000 changes, so much that VSCode won't show me the real number.
Is there a way to delete all of these changes, since I don't use my local git (I only use git via IDEs)?
I've already tried git reset --hard
, git clean -fd
, and more, but nothing works.