Problem with git stash save --Keep-index and git pull

Asked

Viewed 67 times

0

I’m trying to git pull on a server but it asks me to save the files and even using the "git stash save --Keep-index" command (it always worked) it doesn’t let me run git pull

  • 1

    What message appears when you try to execute the git pull?

  • error: Your local changes to the following files would be overwritten by merge: aurerioGame/pycache/Settings.cpython-36.pyc Please, commit your changes or stash them before you can merge. Aborting

  • Doesn’t the message say it all? Instead of keeping the index, just turn it back to the previous state. Just remove the --Keep-index

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.