unity3d - Git checkout freezes and does not change branch -
i working on git branch in unity project. issue unity loads , loads of files can binary , large. well, it's game development.
i'd merge branch master, haven't done couple weeks, execute first step
git checkout master
git never finish command, blinking curser below line. can see in github desktop client 2100 files being changed ( happens in few minutes) due checkout branch never changed. had running 8 hours , nothing.
i don't know can - suggestions?
you try , clone again repo in new folder, , add previous folder remote
git clone /url/for/repo/unity unity2 cd unity2 git remote add first_unity ../unity git fetch fist_unity git merge first_unity/my_branch
Comments
Post a Comment