Effacer les filtres
Effacer les filtres

Git commit changes all text files every PC change

3 vues (au cours des 30 derniers jours)
Piotr Kluczek
Piotr Kluczek le 3 Fév 2021
Modifié(e) : Jacob Mathew le 29 Fév 2024
Hello,
Every time I change a PC during development - through cloning pushed changes or just copy-paste - all text files are changed upon first commit:
  • .xml
  • .m
  • .csv
  • .gitignore
  • .txt
  • .prj
The comparison results in response "No differences to display. The files are not identical, but the only differences are in end-of-line characters."
Is there any option to avoid that?

Réponses (1)

Jacob Mathew
Jacob Mathew le 26 Fév 2024
Modifié(e) : Jacob Mathew le 29 Fév 2024
After reading through your query, I understand that you are facing difficulty with the end of line character that varies between different instances of opening the file. With the limited context provided, here is a suggestion to mitigate this issue:
The difference in end of line character comes from the OS platform’s default values and by what the IDE or editor is using.
If you are using an editor that does not allow you to customise the end of line character, the defaults are:
  • CRLF for Windows
  • LF for Linux
  • CR for Mac
The current end of line character that is in use can be found at the bottom right corner of the MATLAB editor:
Bottom right image of MATLAB Editor showing end of line character
MATLAB editor will always default to the end of line character that was used to save the file. To change the end of line character in MATLAB, follow the instructions in the following MATLAB Answer links:

Catégories

En savoir plus sur Source Control Integration dans Help Center et File Exchange

Tags

Produits


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by