Pull is not possible because you have unmerged files, git stash doesn't work. Don't want to commit
问题 I just want to pull. I have changes to disregard, my Gemfile and Gemlock files and I'd be happy to just overwrite them and just pull. I tried stashing my changes away, this didn't work out for me. What do I do? git pull M Gemfile U Gemfile.lock Pull is not possible because you have unmerged files. Please, fix them up in the work tree, and then use 'git add/rm <file>' as appropriate to mark resolution, or use 'git commit -a'. ~/projects/sms/apps2/apps2_admin(apps2)$ git stash save "saved"