git
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
...
Citation pour cette source
Hiran (2026). git (https://fr.mathworks.com/matlabcentral/fileexchange/73895-git), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 0.0.1 |
