In other solutions for GIT error: "The following untracked working tree files would be overwritten by merge" -- many solutions involve git stash and then git stash pop, but how would I just overwrite my local changes with the git pull I'm doing. How would that be done?
I don't care for my local changes if it gets overwritten. I have many files that are not in conflict to this error, so I can't just remove these files via git clean neither.