How can I use source control programmatically?
4 Ansichten (letzte 30 Tage)
Ä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.
0 Kommentare
Antworten (1)
Mike Croucher
am 4 Okt. 2023
Bearbeitet: Mike Croucher
am 4 Okt. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Source Control finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!