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.

Answers (1)

Mike Croucher
Mike Croucher on 4 Oct 2023
Edited: Mike Croucher on 4 Oct 2023
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 Comments

By "This functionality" Mike Croucher is referring to the functions and object listed on this documentation page.
Latest version I use is R2022b; is there a plan to introduce complete programatic source control, including push, pull, revert, etc.?
Yes. It's in R2023b as I mentioned above

Sign in to comment.

Categories

Asked:

on 4 Oct 2023

Commented:

on 12 Oct 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!