When I am trying to pull my git repository with \"git pull\", it keeps telling me that I have local changes although I have not touched any of the mentioned files. Can someone e
Git simply can't pull the changes if the files you have edited locally were changed on the remote. Basically, you have two choices: