VS2013 update 3 didn't hang before I had to exclude tons of files on a move. Is it doing this to anyone else? If so, how do we fix this? Thank you!
So I figured out why it was halting, it was a directory with tons of files in there, and VS or Git keeps on comparing all those files together every time I commit. So I removed that folder as a workaround to the problem. The .gitignore file doesn't seem to be working.