On my branch, I had some files in .gitignore
On a different branch, those files are not.
I want to merge the different branch into mine, and I don't care if those files are no longer ignored or not.
Unfortunately, I get this:
The following untracked working tree files would be overwritten by merge
How would I modify my pull command to overwrite those files, without me having to find, move or delete those files myself?