How do I set up MATLAB as the diff and merge tool for TortoiseGit?
23 views (last 30 days)
Show older comments
MathWorks Support Team
on 26 May 2023
Commented: Hamid Farshi
on 6 Jul 2024
I am using TortoiseGit to manage changes to a repository which contains binary files, such as Simulink models (".slx" or ".mdl" files) or live scripts (".mlx" files).
However, when I attempt to diff or merge these files, git fails because they are not text. How do I configure TortoiseGit to use MATLAB's diff and merge tools for these file types?
Accepted Answer
MathWorks Support Team
on 26 May 2023
TortoiseGit can be configured using the same instructions as for TortoiseSVN (TortoiseGit is heavily based on TortoiseSVN), which can be found in the documentation here:
1 Comment
Hamid Farshi
on 6 Jul 2024
Starting with MATLAB R2024b if you use the new MATLAB Desktop, you have the option of saving your MLX to M based live script. You can also change your settings so that all of your new live scripts would be M based .
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!