How to commit Simulink model file on git
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I am working at a startup and we are using git as our version controlling tool. We work extensively on simulink and would like to commit simulink files.
I understand that simulink files are esentially zip files with model information stored inside .xml files.
I would like to know how Simulink project pushes these files once I make exception for .slx in .gitattributes. Does it convert the .slx file to xml and stores the diff or it simply uploads the entire file for each push.
My main concerns are:
1.) Simulink models should not get corrupted.
2.) We do not need to commit entire .slx file every time we make a change to save space in the repo.
Regards,
Aditya
0 个评论
回答(1 个)
Shreshth
2024-8-28
Hey Aditya,
Please refer to the below MathWorks documentation link for info about setting up GIT Source control for MATLAB.
Thanks.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Create Large-Scale Model Components 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!