How can I use source control programmatically?
显示 更早的评论
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.
回答(1 个)
Mike Croucher
2023-10-4
编辑:Mike Croucher
2023-10-4
0 个投票
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 个评论
Steven Lord
2023-10-4
By "This functionality" Mike Croucher is referring to the functions and object listed on this documentation page.
Tzvetelin
2023-10-12
Mike Croucher
2023-10-12
Yes. It's in R2023b as I mentioned above
类别
在 帮助中心 和 File Exchange 中查找有关 Source Control 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!