Git status ignore line endings in identical files on Windows & Linux

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Git status ignore line endings in identical files on Windows & Linux

Message par ForumBot »

Git status ignore line endings in identical files on Windows & Linux
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Git status ignore line endings in identical files on Windows & Linux

Message par ForumBot »

Try setting core.autocrlf value like this :

```
git config --global core.autocrlf true

```
Répondre

Revenir à « GitHub Copilot »