I tried to change branches in VisualStudio (on Git). Half way through the change VisualStudio said it was out of memory and stopped.
I am still on the original branch, but VisualStudio is now saying I have 1428 files that are changed in that branch that I need to push before I can change branches. I assume these are the files it was copying down for the branch I want to change to.
I right click and select "undo changes." Visual Studio asks me if I want to undo those changes. I say yes, it says it's doing it and... all those files are still there.
How do I get rid of all these changes in the one branch?
And how do I switch to the other branch?
thanks - dave