How can I use source control programmatically?
4 ビュー (過去 30 日間)
古いコメントを表示
I would like to perform some source control actions via script (programatically). How can I do so?
Example: check git log and update to a certain revision via script.
0 件のコメント
回答 (1 件)
Mike Croucher
2023 年 10 月 4 日
編集済み: Mike Croucher
2023 年 10 月 4 日
Which version of MATLAB are you using? This functionality got added in R2023b. For example, you mentioned you wanted to check the git log. Here is the doc page for that
3 件のコメント
参考
カテゴリ
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!