How can I use source control programmatically?
Mostra commenti meno recenti
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.
Risposte (1)
Mike Croucher
il 4 Ott 2023
Modificato: Mike Croucher
il 4 Ott 2023
0 voti
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 Commenti
Steven Lord
il 4 Ott 2023
By "This functionality" Mike Croucher is referring to the functions and object listed on this documentation page.
Tzvetelin
il 12 Ott 2023
Mike Croucher
il 12 Ott 2023
Yes. It's in R2023b as I mentioned above
Categorie
Scopri di più su Source Control in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!