git

版本 0.0.1 (1.2 KB) 作者: 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.0 次下载
更新时间 2020/1/11

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Source Control Integration 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!

版本 已发布 发行说明
0.0.1