Is it possible, when running git pull
, to tell Git not to overwrite a local file that conflicts with the repository? If so, how to do it?
The file in question is already in the repository. It is a file that was created by Android Studio, app.iml
is the name. When doing a project clone on another machine this file has changed and I do not want to commit it.