How to set up Toolbox as git repository?
2 次查看(过去 30 天)
显示 更早的评论
I have a need to share toolboxes with coworkers and allow everyone to easily update them. To accomplish this, I would like to set up multiple toolboxes with git source control connected to GitLab remote repositories. It would be nice to be able to clone a remote repository and register that as a toolbox, but I don't think that is possible. One way to do it is
- Package a toolbox from source code
- Install toolbox
- Initialize git repository in toolbox directory and add the remote
- Delete toolbox files that came from the package
- Git pull
This process is a little bit complicated. Has anyone come up with a simpler solution?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Source Control 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!