3
It is possible, when executing git pull
, inform Git not to overwrite a local file that is in conflict 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 making a clone of the project on another machine that file has changed and I don’t want to eat her.
Bigown, the file is already in the repository. It’s a file that was created by Android Studio,
app.iml
is a name. I don’t really know if I should have. When making a clone of the project on another machine this file has changed and I don’t want to commit them.– Geison Santos
Yes, so I believe the solution to stash is the most appropriate.
– Maniero