Hi.
Another way i found to solve this problem (in the projectGenerator sub-project) to temporarily change the .gitattributes file.
instead of using:* text=auto
using:* -text
.
disables line-ending normalization.
with the modified .gitattributes i did not have modified files, so i could pull the changes.
afterwards i discarded the changes in .gitattributes.
no auto-changed files anymore.