How to set up Toolbox as git repository?

조회 수: 2 (최근 30일)
sigguy90
sigguy90 2023년 8월 9일
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
  1. Package a toolbox from source code
  2. Install toolbox
  3. Initialize git repository in toolbox directory and add the remote
  4. Delete toolbox files that came from the package
  5. Git pull
This process is a little bit complicated. Has anyone come up with a simpler solution?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Source Control에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by