Github support for Matlab files
5 ビュー (過去 30 日間)
古いコメントを表示
Mikael Sahlin
2014 年 10 月 20 日
回答済み: Bruno Pop-Stefanov
2014 年 10 月 21 日
Which type of files used within matlab has support from git?
Especially .m files and .mat files
0 件のコメント
採用された回答
Bruno Pop-Stefanov
2014 年 10 月 21 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Source Control についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!