Fix git pull After Squash Merge
Problem
After a PR is squash-merged to main, switching branches or pulling fails with:
error: The following untracked working tree files would be overwritten by merge:
data/results/experiment_1.json
data/results/experiment_2.json
docs/findings/analysis.html
Please move or remove them before you merge.
These files ARE on main (from the squash merge) but git sees them as untracked locally because squash merge creates a new commit hash —
[Description truncada. Veja o README completo no GitHub.]