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!