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
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
Browser other questions tagged python git
You are not signed in. Login or sign up in order to post.
What message appears when you try to execute the
git pull
?– Jéf Bueno
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
– Lucas Camilo
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
– Jéf Bueno