Is it possible to track changes to the script in matlab?
70 ビュー (過去 30 日間)
古いコメントを表示
I was editing a code a week ago. I want to contine working on it after a week. I do not remember what changes I made and what was my last modifications.
Any way to track changes and access the history of those changes?
0 件のコメント
採用された回答
Mohammad Sami
2020 年 8 月 5 日
It is recommended that you use source control to keep track of changes to your code. Git is a popular option for source control.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!