I am working on a git branch in a Unity project. Issue with Unity is that you get loads and loads of files which can be binary and very large. Well, it's game development.
I'd like to merge my branch to the master, which I haven't done for a couple weeks, so I execute as the first step
git checkout master
Git will never finish this command, I just get a blinking curser below the line. I can see in the GitHub Desktop client that 2100 files are being changed ( this happens in a few minutes) due to the checkout however the branch is never changed. I had it running for 8 hours now and nothing.
I really don't know what I can do now - any suggestions?