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!