git
Versione 0.0.1 (1,17 KB) da
Hiran
Too simple git wrapper makes it possible to call git as if it is a MATLAB command (given you have installed git and added to system path).
Too simple git wrapper combines all string arguments, decorates with spaces, appends 'git' and executes the result using MATLAB's system() command. That's it, and nothing else!
This tool is made for simple, quick and dirty git usage through MATLAB command prompt. Nothing beyond that is promised.
If you need more functionality, check out this link: https://stackoverflow.com/questions/42271061/matlab-git-by-command-window
Usage examples:
git --version
git init awesome_project
git pull
git commit -m 'awesome message'
git push
...
Cita come
Hiran (2026). git (https://it.mathworks.com/matlabcentral/fileexchange/73895-git), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2019b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Scopri di più su Source Control in Help Center e MATLAB Answers
Tag
Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 0.0.1 |
