How can I use source control programmatically?
Ältere Kommentare anzeigen
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.
Antworten (1)
Mike Croucher
am 4 Okt. 2023
Bearbeitet: Mike Croucher
am 4 Okt. 2023
0 Stimmen
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 Kommentare
Steven Lord
am 4 Okt. 2023
By "This functionality" Mike Croucher is referring to the functions and object listed on this documentation page.
Tzvetelin
am 12 Okt. 2023
Mike Croucher
am 12 Okt. 2023
Yes. It's in R2023b as I mentioned above
Kategorien
Mehr zu Source Control finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!