I want to git pull from the remote origin and want to keep my local changes and want to ignore remote changes in conflicted files only. Is there any way to do it by Git?
I have one option that I backup my local files and after pull, override them with the conflicted files. But I want to achieve this by using git.