Problem :
How can I ignore the below error message on the Git pull?
Your local changes to the following files would be overwritten by merge
What if I just want to overwrite them?
I Have already tried many things like git pull -f
, but nothing really works for me.To be very clear, I just want to overwrite the specific changes and not the everything.