Github support for Matlab files
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mikael Sahlin
le 20 Oct 2014
Réponse apportée : Bruno Pop-Stefanov
le 21 Oct 2014
Which type of files used within matlab has support from git?
Especially .m files and .mat files
0 commentaires
Réponse acceptée
Bruno Pop-Stefanov
le 21 Oct 2014
You can add any type of file to a Git repository. However, if you are using command-line Git (meaning, you have installed Git on your own to use it at the command line instead of using the integration in the Current Folder browser), you have to make sure to configure Git so that .mat files and other binary files are recognized as binary files. Otherwise, Git might try to change the end-of-file character which will corrupt the file.
This is explained in details in the documentation:
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Source Control dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!