git

Versión 0.0.1 (1.17 KB) por 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).
753 descargas
Actualizado 11 Jan 2020

Ver licencia

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
...

Citar como

Hiran (2024). git (https://www.mathworks.com/matlabcentral/fileexchange/73895-git), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2019b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Source Control Integration en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versión Publicado Notas de la versión
0.0.1